Shades of Classic Rose #EFD0E4
Tints of Classic Rose #EFD0E4
RGB
CMYK
RGB Variations
Color information
#EFD0E4 (or 0xEFD0E4) is known color: Classic Rose. HEX triplet: EF, D0 and E4. RGB value is (239,208,228). Sum of RGB (Red+Green+Blue) = 239+208+228=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0E4 is #102F1B. Grayscale: #DBDBDB. Windows color (decimal): -1060636 or 14995695. OLE color: 14995695.
HSL color Cylindrical-coordinate representation of color #EFD0E4: hue angle of 321.29º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD0E4 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 228 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.06 |
| HSL | 321.29º | 0.49% | 0.88% | - |
| HSV(B) | 321.29º | 0.13% | 0.94% | - |
| XYZ | 72.16 | 69.06 | 82.93 | - |
| YUV | 219.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 228 | 0 | 0.13 | 0.05 | 0.06 | 321.29 | 0.49 | 0.88 |
| Hex | EF | D0 | E4 | 0 | D | 5 | 6 | 141 | 31 | 58 |
| Octal | 357 | 320 | 344 | 0 | 15 | 5 | 6 | 501 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11100100 | 0 | 1101 | 101 | 110 | 101000001 | 110001 | 1011000 |
Color Harmonies of #EFD0E4
Complementary color
Monochromatic Colors of #EFD0E4
Black with #EFD0E4
Text Example
Text Example
White with #EFD0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0E4; }
p { color: rgb(239,208,228); }
H1.HeaderClassName
{
color: #EFD0E4;
}
.AnyTagClassName
{
color: #EFD0E4;
}
</style>
background-color css
<style>
a { background-color: #EFD0E4; }
a { background-color: rgb(239,208,228); }
div.DivClassName
{
background-color: #EFD0E4;
}
.BgClassName
{
background-color: #EFD0E4;
}
</style>
border-color css
<style>
span { border-color: #EFD0E4; }
span { border-color: rgb(239,208,228); }
td.TdClassName
{
border-color: #EFD0E4;
}
.TagClassName
{
border-color: #EFD0E4;
}
</style>