Shades of Classic Rose #EFD8E4
Tints of Classic Rose #EFD8E4
RGB
CMYK
RGB Variations
Color information
#EFD8E4 (or 0xEFD8E4) is known color: Classic Rose. HEX triplet: EF, D8 and E4. RGB value is (239,216,228). Sum of RGB (Red+Green+Blue) = 239+216+228=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8E4 is #10271B. Grayscale: #E0E0E0. Windows color (decimal): -1058588 or 14997743. OLE color: 14997743.
HSL color Cylindrical-coordinate representation of color #EFD8E4: hue angle of 328.7º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8E4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 228 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.06 |
| HSL | 328.7º | 0.42% | 0.89% | - |
| HSV(B) | 328.7º | 0.1% | 0.94% | - |
| XYZ | 74.16 | 73.06 | 83.59 | - |
| YUV | 224.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 228 | 0 | 0.10 | 0.05 | 0.06 | 328.7 | 0.42 | 0.89 |
| Hex | EF | D8 | E4 | 0 | A | 5 | 6 | 149 | 2A | 59 |
| Octal | 357 | 330 | 344 | 0 | 12 | 5 | 6 | 511 | 52 | 131 |
| Binary | 11101111 | 11011000 | 11100100 | 0 | 1010 | 101 | 110 | 101001001 | 101010 | 1011001 |
Color Harmonies of #EFD8E4
Complementary color
Monochromatic Colors of #EFD8E4
Black with #EFD8E4
Text Example
Text Example
White with #EFD8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8E4; }
p { color: rgb(239,216,228); }
H1.HeaderClassName
{
color: #EFD8E4;
}
.AnyTagClassName
{
color: #EFD8E4;
}
</style>
background-color css
<style>
a { background-color: #EFD8E4; }
a { background-color: rgb(239,216,228); }
div.DivClassName
{
background-color: #EFD8E4;
}
.BgClassName
{
background-color: #EFD8E4;
}
</style>
border-color css
<style>
span { border-color: #EFD8E4; }
span { border-color: rgb(239,216,228); }
td.TdClassName
{
border-color: #EFD8E4;
}
.TagClassName
{
border-color: #EFD8E4;
}
</style>