Shades of Classic Rose #EFCDD9
Tints of Classic Rose #EFCDD9
RGB
CMYK
RGB Variations
Color information
#EFCDD9 (or 0xEFCDD9) is known color: Classic Rose. HEX triplet: EF, CD and D9. RGB value is (239,205,217). Sum of RGB (Red+Green+Blue) = 239+205+217=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD9 is #103226. Grayscale: #D8D8D8. Windows color (decimal): -1061415 or 14274031. OLE color: 14274031.
HSL color Cylindrical-coordinate representation of color #EFCDD9: hue angle of 338.82º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDD9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 205 | 217 | - |
CMYK | 0 | 0.14 | 0.09 | 0.06 |
HSL | 338.82º | 0.52% | 0.87% | - |
HSV(B) | 338.82º | 0.14% | 0.94% | - |
XYZ | 69.95 | 67.02 | 74.9 | - |
YUV | 216.53 | 128.26 | 144.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 217 | 0 | 0.14 | 0.09 | 0.06 | 338.82 | 0.52 | 0.87 |
Hex | EF | CD | D9 | 0 | E | 9 | 6 | 153 | 34 | 57 |
Octal | 357 | 315 | 331 | 0 | 16 | 11 | 6 | 523 | 64 | 127 |
Binary | 11101111 | 11001101 | 11011001 | 0 | 1110 | 1001 | 110 | 101010011 | 110100 | 1010111 |
Color Harmonies of #EFCDD9
Complementary color
Monochromatic Colors of #EFCDD9
Black with #EFCDD9
Text Example
Text Example
White with #EFCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDD9; }
p { color: rgb(239,205,217); }
H1.HeaderClassName
{
color: #EFCDD9;
}
.AnyTagClassName
{
color: #EFCDD9;
}
</style>
background-color css
<style>
a { background-color: #EFCDD9; }
a { background-color: rgb(239,205,217); }
div.DivClassName
{
background-color: #EFCDD9;
}
.BgClassName
{
background-color: #EFCDD9;
}
</style>
border-color css
<style>
span { border-color: #EFCDD9; }
span { border-color: rgb(239,205,217); }
td.TdClassName
{
border-color: #EFCDD9;
}
.TagClassName
{
border-color: #EFCDD9;
}
</style>