Shades of Classic Rose #EFD0E2
Tints of Classic Rose #EFD0E2
RGB
CMYK
RGB Variations
Color information
#EFD0E2 (or 0xEFD0E2) is known color: Classic Rose. HEX triplet: EF, D0 and E2. RGB value is (239,208,226). Sum of RGB (Red+Green+Blue) = 239+208+226=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0E2 is #102F1D. Grayscale: #DBDBDB. Windows color (decimal): -1060638 or 14864623. OLE color: 14864623.
HSL color Cylindrical-coordinate representation of color #EFD0E2: hue angle of 325.16º 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 #EFD0E2 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 226 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.06 |
| HSL | 325.16º | 0.49% | 0.88% | - |
| HSV(B) | 325.16º | 0.13% | 0.94% | - |
| XYZ | 71.88 | 68.95 | 81.47 | - |
| YUV | 219.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 226 | 0 | 0.13 | 0.05 | 0.06 | 325.16 | 0.49 | 0.88 |
| Hex | EF | D0 | E2 | 0 | D | 5 | 6 | 145 | 31 | 58 |
| Octal | 357 | 320 | 342 | 0 | 15 | 5 | 6 | 505 | 61 | 130 |
| Binary | 11101111 | 11010000 | 11100010 | 0 | 1101 | 101 | 110 | 101000101 | 110001 | 1011000 |
Color Harmonies of #EFD0E2
Complementary color
Monochromatic Colors of #EFD0E2
Black with #EFD0E2
Text Example
Text Example
White with #EFD0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0E2; }
p { color: rgb(239,208,226); }
H1.HeaderClassName
{
color: #EFD0E2;
}
.AnyTagClassName
{
color: #EFD0E2;
}
</style>
background-color css
<style>
a { background-color: #EFD0E2; }
a { background-color: rgb(239,208,226); }
div.DivClassName
{
background-color: #EFD0E2;
}
.BgClassName
{
background-color: #EFD0E2;
}
</style>
border-color css
<style>
span { border-color: #EFD0E2; }
span { border-color: rgb(239,208,226); }
td.TdClassName
{
border-color: #EFD0E2;
}
.TagClassName
{
border-color: #EFD0E2;
}
</style>