Shades of Classic Rose #EFC8DE
Tints of Classic Rose #EFC8DE
RGB
CMYK
RGB Variations
Color information
#EFC8DE (or 0xEFC8DE) is known color: Classic Rose. HEX triplet: EF, C8 and DE. RGB value is (239,200,222). Sum of RGB (Red+Green+Blue) = 239+200+222=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DE is #103721. Grayscale: #D6D6D6. Windows color (decimal): -1062690 or 14600431. OLE color: 14600431.
HSL color Cylindrical-coordinate representation of color #EFC8DE: hue angle of 326.15º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8DE is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 222 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.06 |
| HSL | 326.15º | 0.55% | 0.86% | - |
| HSV(B) | 326.15º | 0.16% | 0.94% | - |
| XYZ | 69.44 | 64.93 | 77.98 | - |
| YUV | 214.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 222 | 0 | 0.16 | 0.07 | 0.06 | 326.15 | 0.55 | 0.86 |
| Hex | EF | C8 | DE | 0 | 10 | 7 | 6 | 146 | 37 | 56 |
| Octal | 357 | 310 | 336 | 0 | 20 | 7 | 6 | 506 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11011110 | 0 | 10000 | 111 | 110 | 101000110 | 110111 | 1010110 |
Color Harmonies of #EFC8DE
Complementary color
Monochromatic Colors of #EFC8DE
Black with #EFC8DE
Text Example
Text Example
White with #EFC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8DE; }
p { color: rgb(239,200,222); }
H1.HeaderClassName
{
color: #EFC8DE;
}
.AnyTagClassName
{
color: #EFC8DE;
}
</style>
background-color css
<style>
a { background-color: #EFC8DE; }
a { background-color: rgb(239,200,222); }
div.DivClassName
{
background-color: #EFC8DE;
}
.BgClassName
{
background-color: #EFC8DE;
}
</style>
border-color css
<style>
span { border-color: #EFC8DE; }
span { border-color: rgb(239,200,222); }
td.TdClassName
{
border-color: #EFC8DE;
}
.TagClassName
{
border-color: #EFC8DE;
}
</style>