Shades of Dawn Pink #EEDCCF
Tints of Dawn Pink #EEDCCF
RGB
CMYK
RGB Variations
Color information
#EEDCCF (or 0xEEDCCF) is known color: Dawn Pink. HEX triplet: EE, DC and CF. RGB value is (238,220,207). Sum of RGB (Red+Green+Blue) = 238+220+207=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCCF is #112330. Grayscale: #DFDFDF. Windows color (decimal): -1123121 or 13622510. OLE color: 13622510.
HSL color Cylindrical-coordinate representation of color #EEDCCF: hue angle of 25.16º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEDCCF is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 207 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.07 |
| HSL | 25.16º | 0.48% | 0.87% | - |
| HSV(B) | 25.16º | 0.13% | 0.93% | - |
| XYZ | 72.12 | 73.87 | 69.49 | - |
| YUV | 223.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 207 | 0 | 0.08 | 0.13 | 0.07 | 25.16 | 0.48 | 0.87 |
| Hex | EE | DC | CF | 0 | 8 | D | 7 | 19 | 30 | 57 |
| Octal | 356 | 334 | 317 | 0 | 10 | 15 | 7 | 31 | 60 | 127 |
| Binary | 11101110 | 11011100 | 11001111 | 0 | 1000 | 1101 | 111 | 11001 | 110000 | 1010111 |
Color Harmonies of #EEDCCF
Complementary color
Monochromatic Colors of #EEDCCF
Black with #EEDCCF
Text Example
Text Example
White with #EEDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCCF; }
p { color: rgb(238,220,207); }
H1.HeaderClassName
{
color: #EEDCCF;
}
.AnyTagClassName
{
color: #EEDCCF;
}
</style>
background-color css
<style>
a { background-color: #EEDCCF; }
a { background-color: rgb(238,220,207); }
div.DivClassName
{
background-color: #EEDCCF;
}
.BgClassName
{
background-color: #EEDCCF;
}
</style>
border-color css
<style>
span { border-color: #EEDCCF; }
span { border-color: rgb(238,220,207); }
td.TdClassName
{
border-color: #EEDCCF;
}
.TagClassName
{
border-color: #EEDCCF;
}
</style>