Shades of Dawn Pink #EFDCCE
Tints of Dawn Pink #EFDCCE
RGB
CMYK
RGB Variations
Color information
#EFDCCE (or 0xEFDCCE) is known color: Dawn Pink. HEX triplet: EF, DC and CE. RGB value is (239,220,206). Sum of RGB (Red+Green+Blue) = 239+220+206=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCCE is #102331. Grayscale: #E0E0E0. Windows color (decimal): -1057586 or 13556975. OLE color: 13556975.
HSL color Cylindrical-coordinate representation of color #EFDCCE: hue angle of 25.45º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDCCE is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 206 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.06 |
| HSL | 25.45º | 0.51% | 0.87% | - |
| HSV(B) | 25.45º | 0.14% | 0.94% | - |
| XYZ | 72.33 | 73.99 | 68.86 | - |
| YUV | 224.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 206 | 0 | 0.08 | 0.14 | 0.06 | 25.45 | 0.51 | 0.87 |
| Hex | EF | DC | CE | 0 | 8 | E | 6 | 19 | 33 | 57 |
| Octal | 357 | 334 | 316 | 0 | 10 | 16 | 6 | 31 | 63 | 127 |
| Binary | 11101111 | 11011100 | 11001110 | 0 | 1000 | 1110 | 110 | 11001 | 110011 | 1010111 |
Color Harmonies of #EFDCCE
Complementary color
Monochromatic Colors of #EFDCCE
Black with #EFDCCE
Text Example
Text Example
White with #EFDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCCE; }
p { color: rgb(239,220,206); }
H1.HeaderClassName
{
color: #EFDCCE;
}
.AnyTagClassName
{
color: #EFDCCE;
}
</style>
background-color css
<style>
a { background-color: #EFDCCE; }
a { background-color: rgb(239,220,206); }
div.DivClassName
{
background-color: #EFDCCE;
}
.BgClassName
{
background-color: #EFDCCE;
}
</style>
border-color css
<style>
span { border-color: #EFDCCE; }
span { border-color: rgb(239,220,206); }
td.TdClassName
{
border-color: #EFDCCE;
}
.TagClassName
{
border-color: #EFDCCE;
}
</style>