Shades of Dawn Pink #EFDACC
Tints of Dawn Pink #EFDACC
RGB
CMYK
RGB Variations
Color information
#EFDACC (or 0xEFDACC) is known color: Dawn Pink. HEX triplet: EF, DA and CC. RGB value is (239,218,204). Sum of RGB (Red+Green+Blue) = 239+218+204=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACC is #102533. Grayscale: #DEDEDE. Windows color (decimal): -1058100 or 13425391. OLE color: 13425391.
HSL color Cylindrical-coordinate representation of color #EFDACC: hue angle of 24º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDACC is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 204 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.06 |
| HSL | 24º | 0.52% | 0.87% | - |
| HSV(B) | 24º | 0.15% | 0.94% | - |
| XYZ | 71.57 | 72.85 | 67.42 | - |
| YUV | 222.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 204 | 0 | 0.09 | 0.15 | 0.06 | 24 | 0.52 | 0.87 |
| Hex | EF | DA | CC | 0 | 9 | F | 6 | 18 | 34 | 57 |
| Octal | 357 | 332 | 314 | 0 | 11 | 17 | 6 | 30 | 64 | 127 |
| Binary | 11101111 | 11011010 | 11001100 | 0 | 1001 | 1111 | 110 | 11000 | 110100 | 1010111 |
Color Harmonies of #EFDACC
Complementary color
Monochromatic Colors of #EFDACC
Black with #EFDACC
Text Example
Text Example
White with #EFDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDACC; }
p { color: rgb(239,218,204); }
H1.HeaderClassName
{
color: #EFDACC;
}
.AnyTagClassName
{
color: #EFDACC;
}
</style>
background-color css
<style>
a { background-color: #EFDACC; }
a { background-color: rgb(239,218,204); }
div.DivClassName
{
background-color: #EFDACC;
}
.BgClassName
{
background-color: #EFDACC;
}
</style>
border-color css
<style>
span { border-color: #EFDACC; }
span { border-color: rgb(239,218,204); }
td.TdClassName
{
border-color: #EFDACC;
}
.TagClassName
{
border-color: #EFDACC;
}
</style>