Shades of Classic Rose #EFC5D5
Tints of Classic Rose #EFC5D5
RGB
CMYK
RGB Variations
Color information
#EFC5D5 (or 0xEFC5D5) is known color: Classic Rose. HEX triplet: EF, C5 and D5. RGB value is (239,197,213). Sum of RGB (Red+Green+Blue) = 239+197+213=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D5 is #103A2A. Grayscale: #D3D3D3. Windows color (decimal): -1063467 or 14009839. OLE color: 14009839.
HSL color Cylindrical-coordinate representation of color #EFC5D5: hue angle of 337.14º 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 #EFC5D5 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 213 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.06 |
| HSL | 337.14º | 0.57% | 0.85% | - |
| HSV(B) | 337.14º | 0.18% | 0.94% | - |
| XYZ | 67.57 | 63.09 | 71.57 | - |
| YUV | 211.38 | 128.91 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 213 | 0 | 0.18 | 0.11 | 0.06 | 337.14 | 0.57 | 0.85 |
| Hex | EF | C5 | D5 | 0 | 12 | B | 6 | 151 | 39 | 55 |
| Octal | 357 | 305 | 325 | 0 | 22 | 13 | 6 | 521 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11010101 | 0 | 10010 | 1011 | 110 | 101010001 | 111001 | 1010101 |
Color Harmonies of #EFC5D5
Complementary color
Monochromatic Colors of #EFC5D5
Black with #EFC5D5
Text Example
Text Example
White with #EFC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5D5; }
p { color: rgb(239,197,213); }
H1.HeaderClassName
{
color: #EFC5D5;
}
.AnyTagClassName
{
color: #EFC5D5;
}
</style>
background-color css
<style>
a { background-color: #EFC5D5; }
a { background-color: rgb(239,197,213); }
div.DivClassName
{
background-color: #EFC5D5;
}
.BgClassName
{
background-color: #EFC5D5;
}
</style>
border-color css
<style>
span { border-color: #EFC5D5; }
span { border-color: rgb(239,197,213); }
td.TdClassName
{
border-color: #EFC5D5;
}
.TagClassName
{
border-color: #EFC5D5;
}
</style>