Shades of Classic Rose #EFCEDA
Tints of Classic Rose #EFCEDA
RGB
CMYK
RGB Variations
Color information
#EFCEDA (or 0xEFCEDA) is known color: Classic Rose. HEX triplet: EF, CE and DA. RGB value is (239,206,218). Sum of RGB (Red+Green+Blue) = 239+206+218=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDA is #103125. Grayscale: #D9D9D9. Windows color (decimal): -1061158 or 14339823. OLE color: 14339823.
HSL color Cylindrical-coordinate representation of color #EFCEDA: hue angle of 338.18º degrees, saturation: 0.51, 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 #EFCEDA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 206 | 218 | - |
CMYK | 0 | 0.14 | 0.09 | 0.06 |
HSL | 338.18º | 0.51% | 0.87% | - |
HSV(B) | 338.18º | 0.14% | 0.94% | - |
XYZ | 70.32 | 67.56 | 75.66 | - |
YUV | 217.24 | 128.43 | 143.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 206 | 218 | 0 | 0.14 | 0.09 | 0.06 | 338.18 | 0.51 | 0.87 |
Hex | EF | CE | DA | 0 | E | 9 | 6 | 152 | 33 | 57 |
Octal | 357 | 316 | 332 | 0 | 16 | 11 | 6 | 522 | 63 | 127 |
Binary | 11101111 | 11001110 | 11011010 | 0 | 1110 | 1001 | 110 | 101010010 | 110011 | 1010111 |
Color Harmonies of #EFCEDA
Complementary color
Monochromatic Colors of #EFCEDA
Black with #EFCEDA
Text Example
Text Example
White with #EFCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEDA; }
p { color: rgb(239,206,218); }
H1.HeaderClassName
{
color: #EFCEDA;
}
.AnyTagClassName
{
color: #EFCEDA;
}
</style>
background-color css
<style>
a { background-color: #EFCEDA; }
a { background-color: rgb(239,206,218); }
div.DivClassName
{
background-color: #EFCEDA;
}
.BgClassName
{
background-color: #EFCEDA;
}
</style>
border-color css
<style>
span { border-color: #EFCEDA; }
span { border-color: rgb(239,206,218); }
td.TdClassName
{
border-color: #EFCEDA;
}
.TagClassName
{
border-color: #EFCEDA;
}
</style>