Shades of Dawn Pink #EFD8CB
Tints of Dawn Pink #EFD8CB
RGB
CMYK
RGB Variations
Color information
#EFD8CB (or 0xEFD8CB) is known color: Dawn Pink. HEX triplet: EF, D8 and CB. RGB value is (239,216,203). Sum of RGB (Red+Green+Blue) = 239+216+203=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8CB is #102734. Grayscale: #DDDDDD. Windows color (decimal): -1058613 or 13359343. OLE color: 13359343.
HSL color Cylindrical-coordinate representation of color #EFD8CB: hue angle of 21.67º 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 #EFD8CB is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 203 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.06 |
| HSL | 21.67º | 0.53% | 0.87% | - |
| HSV(B) | 21.67º | 0.15% | 0.94% | - |
| XYZ | 70.93 | 71.77 | 66.62 | - |
| YUV | 221.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 203 | 0 | 0.10 | 0.15 | 0.06 | 21.67 | 0.53 | 0.87 |
| Hex | EF | D8 | CB | 0 | A | F | 6 | 16 | 35 | 57 |
| Octal | 357 | 330 | 313 | 0 | 12 | 17 | 6 | 26 | 65 | 127 |
| Binary | 11101111 | 11011000 | 11001011 | 0 | 1010 | 1111 | 110 | 10110 | 110101 | 1010111 |
Color Harmonies of #EFD8CB
Complementary color
Monochromatic Colors of #EFD8CB
Black with #EFD8CB
Text Example
Text Example
White with #EFD8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8CB; }
p { color: rgb(239,216,203); }
H1.HeaderClassName
{
color: #EFD8CB;
}
.AnyTagClassName
{
color: #EFD8CB;
}
</style>
background-color css
<style>
a { background-color: #EFD8CB; }
a { background-color: rgb(239,216,203); }
div.DivClassName
{
background-color: #EFD8CB;
}
.BgClassName
{
background-color: #EFD8CB;
}
</style>
border-color css
<style>
span { border-color: #EFD8CB; }
span { border-color: rgb(239,216,203); }
td.TdClassName
{
border-color: #EFD8CB;
}
.TagClassName
{
border-color: #EFD8CB;
}
</style>