Shades of Classic Rose #EFC4DA
Tints of Classic Rose #EFC4DA
RGB
CMYK
RGB Variations
Color information
#EFC4DA (or 0xEFC4DA) is known color: Classic Rose. HEX triplet: EF, C4 and DA. RGB value is (239,196,218). Sum of RGB (Red+Green+Blue) = 239+196+218=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DA is #103B25. Grayscale: #D3D3D3. Windows color (decimal): -1063718 or 14337263. OLE color: 14337263.
HSL color Cylindrical-coordinate representation of color #EFC4DA: hue angle of 329.3º 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 #EFC4DA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 218 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.06 |
| HSL | 329.3º | 0.57% | 0.85% | - |
| HSV(B) | 329.3º | 0.18% | 0.94% | - |
| XYZ | 67.99 | 62.89 | 74.89 | - |
| YUV | 211.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 218 | 0 | 0.18 | 0.09 | 0.06 | 329.3 | 0.57 | 0.85 |
| Hex | EF | C4 | DA | 0 | 12 | 9 | 6 | 149 | 39 | 55 |
| Octal | 357 | 304 | 332 | 0 | 22 | 11 | 6 | 511 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11011010 | 0 | 10010 | 1001 | 110 | 101001001 | 111001 | 1010101 |
Color Harmonies of #EFC4DA
Complementary color
Monochromatic Colors of #EFC4DA
Black with #EFC4DA
Text Example
Text Example
White with #EFC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4DA; }
p { color: rgb(239,196,218); }
H1.HeaderClassName
{
color: #EFC4DA;
}
.AnyTagClassName
{
color: #EFC4DA;
}
</style>
background-color css
<style>
a { background-color: #EFC4DA; }
a { background-color: rgb(239,196,218); }
div.DivClassName
{
background-color: #EFC4DA;
}
.BgClassName
{
background-color: #EFC4DA;
}
</style>
border-color css
<style>
span { border-color: #EFC4DA; }
span { border-color: rgb(239,196,218); }
td.TdClassName
{
border-color: #EFC4DA;
}
.TagClassName
{
border-color: #EFC4DA;
}
</style>