Shades of Dawn Pink #EFD9CB
Tints of Dawn Pink #EFD9CB
RGB
CMYK
RGB Variations
Color information
#EFD9CB (or 0xEFD9CB) is known color: Dawn Pink. HEX triplet: EF, D9 and CB. RGB value is (239,217,203). Sum of RGB (Red+Green+Blue) = 239+217+203=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9CB is #102634. Grayscale: #DEDEDE. Windows color (decimal): -1058357 or 13359599. OLE color: 13359599.
HSL color Cylindrical-coordinate representation of color #EFD9CB: hue angle of 23.33º degrees, saturation: 0.53, 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 #EFD9CB is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 203 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.06 |
| HSL | 23.33º | 0.53% | 0.87% | - |
| HSV(B) | 23.33º | 0.15% | 0.94% | - |
| XYZ | 71.19 | 72.29 | 66.7 | - |
| YUV | 221.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 203 | 0 | 0.09 | 0.15 | 0.06 | 23.33 | 0.53 | 0.87 |
| Hex | EF | D9 | CB | 0 | 9 | F | 6 | 17 | 35 | 57 |
| Octal | 357 | 331 | 313 | 0 | 11 | 17 | 6 | 27 | 65 | 127 |
| Binary | 11101111 | 11011001 | 11001011 | 0 | 1001 | 1111 | 110 | 10111 | 110101 | 1010111 |
Color Harmonies of #EFD9CB
Complementary color
Monochromatic Colors of #EFD9CB
Black with #EFD9CB
Text Example
Text Example
White with #EFD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9CB; }
p { color: rgb(239,217,203); }
H1.HeaderClassName
{
color: #EFD9CB;
}
.AnyTagClassName
{
color: #EFD9CB;
}
</style>
background-color css
<style>
a { background-color: #EFD9CB; }
a { background-color: rgb(239,217,203); }
div.DivClassName
{
background-color: #EFD9CB;
}
.BgClassName
{
background-color: #EFD9CB;
}
</style>
border-color css
<style>
span { border-color: #EFD9CB; }
span { border-color: rgb(239,217,203); }
td.TdClassName
{
border-color: #EFD9CB;
}
.TagClassName
{
border-color: #EFD9CB;
}
</style>