Shades of Classic Rose #EECEDA
Tints of Classic Rose #EECEDA
RGB
CMYK
RGB Variations
Color information
#EECEDA (or 0xEECEDA) is known color: Classic Rose. HEX triplet: EE, CE and DA. RGB value is (238,206,218). Sum of RGB (Red+Green+Blue) = 238+206+218=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECEDA is #113125. Grayscale: #D8D8D8. Windows color (decimal): -1126694 or 14339822. OLE color: 14339822.
HSL color Cylindrical-coordinate representation of color #EECEDA: hue angle of 337.5º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECEDA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 206 | 218 | - |
CMYK | 0 | 0.13 | 0.08 | 0.07 |
HSL | 337.5º | 0.48% | 0.87% | - |
HSV(B) | 337.5º | 0.13% | 0.93% | - |
XYZ | 69.99 | 67.38 | 75.65 | - |
YUV | 216.94 | 128.6 | 143.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 206 | 218 | 0 | 0.13 | 0.08 | 0.07 | 337.5 | 0.48 | 0.87 |
Hex | EE | CE | DA | 0 | D | 8 | 7 | 152 | 30 | 57 |
Octal | 356 | 316 | 332 | 0 | 15 | 10 | 7 | 522 | 60 | 127 |
Binary | 11101110 | 11001110 | 11011010 | 0 | 1101 | 1000 | 111 | 101010010 | 110000 | 1010111 |
Color Harmonies of #EECEDA
Complementary color
Monochromatic Colors of #EECEDA
Black with #EECEDA
Text Example
Text Example
White with #EECEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEDA; }
p { color: rgb(238,206,218); }
H1.HeaderClassName
{
color: #EECEDA;
}
.AnyTagClassName
{
color: #EECEDA;
}
</style>
background-color css
<style>
a { background-color: #EECEDA; }
a { background-color: rgb(238,206,218); }
div.DivClassName
{
background-color: #EECEDA;
}
.BgClassName
{
background-color: #EECEDA;
}
</style>
border-color css
<style>
span { border-color: #EECEDA; }
span { border-color: rgb(238,206,218); }
td.TdClassName
{
border-color: #EECEDA;
}
.TagClassName
{
border-color: #EECEDA;
}
</style>