COLOR #EDAFDD

HEX: #EDAFDD RGB: (237,175,221)

Color info

#EDAFDD contains mainly red and blue colors. Web safe color of #EDAFDD is #FF99CC (or #F9C).

RGB color model

#EDAFDD color RGB value is (237,175,221).

RGB: (237,175,221) (93%, 69%, 87%)

RGB channels and saturation

R 237 of 255 = 93%
G 175 of 255 = 69%
B 221 of 255 = 87%

237
175
221

R + G + B ~ 83%. #EDAFDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 175 + 221 = 633 (100%)
R 237 of 633 ~ 37.44%
G 175 of 633 ~ 27.65%
B 221 of 633 ~ 34.91'%

%37.44
%27.65
%34.91

CMYK color model

#EDAFDD color CMYK value is (0,26,7,7).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 6.75%
  • key color value is 7.06%

CMYK: (0,26,7,7)
C0M26Y7K7 (0%, 26%, 7%, 7%)
(0.00 / 0.26 / 0.07 / 0.07)

CMYK percentages

%0
%26.16
%6.75
%7.06

Codes

Color #EDAFDD in popluar color models

ED AF DD
RGB 237 175 221
HSL 315° 63.27% 80.78%
HSB/HSV 315° 26.16% 92.94%
CMYK 0.00% 26.16% 6.75%
7.06%

Color #EDAFDD in popluar number systems.

HEX ED AF DD
Decimal 237 175 221
Binary 11101101 10101111 11011101
Octal 355 257 335

Shades and tints

Shades of #EDAFDD

#EDAFDD
(237,175,221)
#D8A0C9
(216,160,201)
#C391B5
(195,145,181)
#AE82A1
(174,130,161)
#99738D
(153,115,141)
#846479
(132,100,121)
#6F5565
(111,85,101)
#5A4651
(90,70,81)
#45373D
(69,55,61)
#302829
(48,40,41)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDAFDD

#EDAFDD
(237,175,221)
#EEB6E0
(238,182,224)
#EFBDE3
(239,189,227)
#F0C4E6
(240,196,230)
#F1CBE9
(241,203,233)
#F2D2EC
(242,210,236)
#F3D9EF
(243,217,239)
#F4E0F2
(244,224,242)
#F5E7F5
(245,231,245)
#F6EEF8
(246,238,248)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAFDD color. Also use rgb(237,175,221) instead hex code.

Text Font Color

.myTextColor { color: #EDAFDD; }

<p style="color:#EDAFDD">This sample text font color is #EDAFDD.</p>

This text font color is #EDAFDD.

Background Color

.myBgColor { background-color: #EDAFDD; }

<div style="background-color:#EDAFDD">Inner text</div>

This div background color is #EDAFDD.

Border color

.myBorderColor { border: 1px solid #EDAFDD; }

<div style="border:3px solid #EDAFDD">Div</div>

This div border color is #EDAFDD.

Opacity

.myOpacity80 { color: #EDAFDD; opacity: 0.8; }

<p style="color:#EDAFDD;opacity:0.8;">80%</p>

Text with #EDAFDD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EDAFDD;}

<p style="text-shadow: 3px 3px 1px #EDAFDD">Text here.</p>

This text has shadow with #EDAFDD color.


.textShadow {text-shadow: 3px 3px 1px #EDAFDD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EDAFDD, 5px 5px 20px red">Text here.</p>

This text has shadow with #EDAFDD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDAFDD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EDAFDD, Direction=45, Strength=4)">Text</p>

This text has shadow with #EDAFDD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDAFDD;
-webkit-box-shadow: 1px 1px 3px 2px #EDAFDD;
box-shadow: 1px 1px 3px 2px #EDAFDD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDAFDD; -webkit-box-shadow: 1px 1px 3px 2px #EDAFDD; box-shadow:1px 1px 3px 2px #EDAFDD;">
Div content here
</div>

This div box has shadow with color #EDAFDD.

Preview

Color preview on black background

This text has color #EDAFDD on black background.


Color preview on white background

This text has color #EDAFDD on white background.


Black color preview on #EDAFDD background

This text has black color on #EDAFDD background.


White color preview on #EDAFDD background

This text has white color on #EDAFDD background.


Related colors

Complementary color

Complementary color for #hex is #125022.


I love getcolorcode.com

Triadic colors

1 #DDEDAF and #AFDDED with #EDAFDD are triadic colors.

2 #DDAFED and #AFEDDD with #EDAFDD are triadic colors.