Shades of Classic Rose #EFC3DE
Tints of Classic Rose #EFC3DE
RGB
CMYK
RGB Variations
Color information
#EFC3DE (or 0xEFC3DE) is known color: Classic Rose. HEX triplet: EF, C3 and DE. RGB value is (239,195,222). Sum of RGB (Red+Green+Blue) = 239+195+222=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DE is #103C21. Grayscale: #D3D3D3. Windows color (decimal): -1063970 or 14599151. OLE color: 14599151.
HSL color Cylindrical-coordinate representation of color #EFC3DE: hue angle of 323.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3DE is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 222 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.06 |
| HSL | 323.18º | 0.58% | 0.85% | - |
| HSV(B) | 323.18º | 0.18% | 0.94% | - |
| XYZ | 68.3 | 62.65 | 77.6 | - |
| YUV | 211.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 222 | 0 | 0.18 | 0.07 | 0.06 | 323.18 | 0.58 | 0.85 |
| Hex | EF | C3 | DE | 0 | 12 | 7 | 6 | 143 | 3A | 55 |
| Octal | 357 | 303 | 336 | 0 | 22 | 7 | 6 | 503 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11011110 | 0 | 10010 | 111 | 110 | 101000011 | 111010 | 1010101 |
Color Harmonies of #EFC3DE
Complementary color
Monochromatic Colors of #EFC3DE
Black with #EFC3DE
Text Example
Text Example
White with #EFC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3DE; }
p { color: rgb(239,195,222); }
H1.HeaderClassName
{
color: #EFC3DE;
}
.AnyTagClassName
{
color: #EFC3DE;
}
</style>
background-color css
<style>
a { background-color: #EFC3DE; }
a { background-color: rgb(239,195,222); }
div.DivClassName
{
background-color: #EFC3DE;
}
.BgClassName
{
background-color: #EFC3DE;
}
</style>
border-color css
<style>
span { border-color: #EFC3DE; }
span { border-color: rgb(239,195,222); }
td.TdClassName
{
border-color: #EFC3DE;
}
.TagClassName
{
border-color: #EFC3DE;
}
</style>