Shades of Classic Rose #EFC4DC
Tints of Classic Rose #EFC4DC
RGB
CMYK
RGB Variations
Color information
#EFC4DC (or 0xEFC4DC) is known color: Classic Rose. HEX triplet: EF, C4 and DC. RGB value is (239,196,220). Sum of RGB (Red+Green+Blue) = 239+196+220=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DC is #103B23. Grayscale: #D3D3D3. Windows color (decimal): -1063716 or 14468335. OLE color: 14468335.
HSL color Cylindrical-coordinate representation of color #EFC4DC: hue angle of 326.51º degrees, saturation: 0.57, 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 #EFC4DC is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 220 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.06 |
| HSL | 326.51º | 0.57% | 0.85% | - |
| HSV(B) | 326.51º | 0.18% | 0.94% | - |
| XYZ | 68.25 | 63 | 76.27 | - |
| YUV | 211.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 220 | 0 | 0.18 | 0.08 | 0.06 | 326.51 | 0.57 | 0.85 |
| Hex | EF | C4 | DC | 0 | 12 | 8 | 6 | 147 | 39 | 55 |
| Octal | 357 | 304 | 334 | 0 | 22 | 10 | 6 | 507 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11011100 | 0 | 10010 | 1000 | 110 | 101000111 | 111001 | 1010101 |
Color Harmonies of #EFC4DC
Complementary color
Monochromatic Colors of #EFC4DC
Black with #EFC4DC
Text Example
Text Example
White with #EFC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4DC; }
p { color: rgb(239,196,220); }
H1.HeaderClassName
{
color: #EFC4DC;
}
.AnyTagClassName
{
color: #EFC4DC;
}
</style>
background-color css
<style>
a { background-color: #EFC4DC; }
a { background-color: rgb(239,196,220); }
div.DivClassName
{
background-color: #EFC4DC;
}
.BgClassName
{
background-color: #EFC4DC;
}
</style>
border-color css
<style>
span { border-color: #EFC4DC; }
span { border-color: rgb(239,196,220); }
td.TdClassName
{
border-color: #EFC4DC;
}
.TagClassName
{
border-color: #EFC4DC;
}
</style>