Shades of Dawn Pink #EFD7CA
Tints of Dawn Pink #EFD7CA
RGB
CMYK
RGB Variations
Color information
#EFD7CA (or 0xEFD7CA) is known color: Dawn Pink. HEX triplet: EF, D7 and CA. RGB value is (239,215,202). Sum of RGB (Red+Green+Blue) = 239+215+202=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7CA is #102835. Grayscale: #DCDCDC. Windows color (decimal): -1058870 or 13293551. OLE color: 13293551.
HSL color Cylindrical-coordinate representation of color #EFD7CA: hue angle of 21.08º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD7CA is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 202 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.06 |
| HSL | 21.08º | 0.54% | 0.86% | - |
| HSV(B) | 21.08º | 0.15% | 0.94% | - |
| XYZ | 70.56 | 71.22 | 65.9 | - |
| YUV | 220.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 202 | 0 | 0.10 | 0.15 | 0.06 | 21.08 | 0.54 | 0.86 |
| Hex | EF | D7 | CA | 0 | A | F | 6 | 15 | 36 | 56 |
| Octal | 357 | 327 | 312 | 0 | 12 | 17 | 6 | 25 | 66 | 126 |
| Binary | 11101111 | 11010111 | 11001010 | 0 | 1010 | 1111 | 110 | 10101 | 110110 | 1010110 |
Color Harmonies of #EFD7CA
Complementary color
Monochromatic Colors of #EFD7CA
Black with #EFD7CA
Text Example
Text Example
White with #EFD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7CA; }
p { color: rgb(239,215,202); }
H1.HeaderClassName
{
color: #EFD7CA;
}
.AnyTagClassName
{
color: #EFD7CA;
}
</style>
background-color css
<style>
a { background-color: #EFD7CA; }
a { background-color: rgb(239,215,202); }
div.DivClassName
{
background-color: #EFD7CA;
}
.BgClassName
{
background-color: #EFD7CA;
}
</style>
border-color css
<style>
span { border-color: #EFD7CA; }
span { border-color: rgb(239,215,202); }
td.TdClassName
{
border-color: #EFD7CA;
}
.TagClassName
{
border-color: #EFD7CA;
}
</style>