Shades of Classic Rose #EFC2DE
Tints of Classic Rose #EFC2DE
RGB
CMYK
RGB Variations
Color information
#EFC2DE (or 0xEFC2DE) is known color: Classic Rose. HEX triplet: EF, C2 and DE. RGB value is (239,194,222). Sum of RGB (Red+Green+Blue) = 239+194+222=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2DE is #103D21. Grayscale: #D2D2D2. Windows color (decimal): -1064226 or 14598895. OLE color: 14598895.
HSL color Cylindrical-coordinate representation of color #EFC2DE: hue angle of 322.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC2DE is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 222 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.06 |
| HSL | 322.67º | 0.58% | 0.85% | - |
| HSV(B) | 322.67º | 0.19% | 0.94% | - |
| XYZ | 68.07 | 62.21 | 77.53 | - |
| YUV | 210.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 222 | 0 | 0.19 | 0.07 | 0.06 | 322.67 | 0.58 | 0.85 |
| Hex | EF | C2 | DE | 0 | 13 | 7 | 6 | 143 | 3A | 55 |
| Octal | 357 | 302 | 336 | 0 | 23 | 7 | 6 | 503 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11011110 | 0 | 10011 | 111 | 110 | 101000011 | 111010 | 1010101 |
Color Harmonies of #EFC2DE
Complementary color
Monochromatic Colors of #EFC2DE
Black with #EFC2DE
Text Example
Text Example
White with #EFC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2DE; }
p { color: rgb(239,194,222); }
H1.HeaderClassName
{
color: #EFC2DE;
}
.AnyTagClassName
{
color: #EFC2DE;
}
</style>
background-color css
<style>
a { background-color: #EFC2DE; }
a { background-color: rgb(239,194,222); }
div.DivClassName
{
background-color: #EFC2DE;
}
.BgClassName
{
background-color: #EFC2DE;
}
</style>
border-color css
<style>
span { border-color: #EFC2DE; }
span { border-color: rgb(239,194,222); }
td.TdClassName
{
border-color: #EFC2DE;
}
.TagClassName
{
border-color: #EFC2DE;
}
</style>