Shades of Dawn Pink #EEDACD
Tints of Dawn Pink #EEDACD
RGB
CMYK
RGB Variations
Color information
#EEDACD (or 0xEEDACD) is known color: Dawn Pink. HEX triplet: EE, DA and CD. RGB value is (238,218,205). Sum of RGB (Red+Green+Blue) = 238+218+205=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDACD is #112532. Grayscale: #DEDEDE. Windows color (decimal): -1123635 or 13490926. OLE color: 13490926.
HSL color Cylindrical-coordinate representation of color #EEDACD: hue angle of 23.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEDACD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 205 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 23.64º | 0.49% | 0.87% | - |
| HSV(B) | 23.64º | 0.14% | 0.93% | - |
| XYZ | 71.35 | 72.73 | 68.03 | - |
| YUV | 222.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 205 | 0 | 0.08 | 0.14 | 0.07 | 23.64 | 0.49 | 0.87 |
| Hex | EE | DA | CD | 0 | 8 | E | 7 | 18 | 31 | 57 |
| Octal | 356 | 332 | 315 | 0 | 10 | 16 | 7 | 30 | 61 | 127 |
| Binary | 11101110 | 11011010 | 11001101 | 0 | 1000 | 1110 | 111 | 11000 | 110001 | 1010111 |
Color Harmonies of #EEDACD
Complementary color
Monochromatic Colors of #EEDACD
Black with #EEDACD
Text Example
Text Example
White with #EEDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDACD; }
p { color: rgb(238,218,205); }
H1.HeaderClassName
{
color: #EEDACD;
}
.AnyTagClassName
{
color: #EEDACD;
}
</style>
background-color css
<style>
a { background-color: #EEDACD; }
a { background-color: rgb(238,218,205); }
div.DivClassName
{
background-color: #EEDACD;
}
.BgClassName
{
background-color: #EEDACD;
}
</style>
border-color css
<style>
span { border-color: #EEDACD; }
span { border-color: rgb(238,218,205); }
td.TdClassName
{
border-color: #EEDACD;
}
.TagClassName
{
border-color: #EEDACD;
}
</style>