Shades of Dawn Pink #EEDBCD
Tints of Dawn Pink #EEDBCD
RGB
CMYK
RGB Variations
Color information
#EEDBCD (or 0xEEDBCD) is known color: Dawn Pink. HEX triplet: EE, DB and CD. RGB value is (238,219,205). Sum of RGB (Red+Green+Blue) = 238+219+205=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBCD is #112432. Grayscale: #DFDFDF. Windows color (decimal): -1123379 or 13491182. OLE color: 13491182.
HSL color Cylindrical-coordinate representation of color #EEDBCD: hue angle of 25.45º 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 #EEDBCD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 205 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.07 |
| HSL | 25.45º | 0.49% | 0.87% | - |
| HSV(B) | 25.45º | 0.14% | 0.93% | - |
| XYZ | 71.61 | 73.25 | 68.12 | - |
| YUV | 223.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 205 | 0 | 0.08 | 0.14 | 0.07 | 25.45 | 0.49 | 0.87 |
| Hex | EE | DB | CD | 0 | 8 | E | 7 | 19 | 31 | 57 |
| Octal | 356 | 333 | 315 | 0 | 10 | 16 | 7 | 31 | 61 | 127 |
| Binary | 11101110 | 11011011 | 11001101 | 0 | 1000 | 1110 | 111 | 11001 | 110001 | 1010111 |
Color Harmonies of #EEDBCD
Complementary color
Monochromatic Colors of #EEDBCD
Black with #EEDBCD
Text Example
Text Example
White with #EEDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBCD; }
p { color: rgb(238,219,205); }
H1.HeaderClassName
{
color: #EEDBCD;
}
.AnyTagClassName
{
color: #EEDBCD;
}
</style>
background-color css
<style>
a { background-color: #EEDBCD; }
a { background-color: rgb(238,219,205); }
div.DivClassName
{
background-color: #EEDBCD;
}
.BgClassName
{
background-color: #EEDBCD;
}
</style>
border-color css
<style>
span { border-color: #EEDBCD; }
span { border-color: rgb(238,219,205); }
td.TdClassName
{
border-color: #EEDBCD;
}
.TagClassName
{
border-color: #EEDBCD;
}
</style>