Shades of Classic Rose #EECBDA
Tints of Classic Rose #EECBDA
RGB
CMYK
RGB Variations
Color information
#EECBDA (or 0xEECBDA) is known color: Classic Rose. HEX triplet: EE, CB and DA. RGB value is (238,203,218). Sum of RGB (Red+Green+Blue) = 238+203+218=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDA is #113425. Grayscale: #D7D7D7. Windows color (decimal): -1127462 or 14339054. OLE color: 14339054.
HSL color Cylindrical-coordinate representation of color #EECBDA: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBDA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 203 | 218 | - |
CMYK | 0 | 0.15 | 0.08 | 0.07 |
HSL | 334.29º | 0.51% | 0.86% | - |
HSV(B) | 334.29º | 0.15% | 0.93% | - |
XYZ | 69.27 | 65.95 | 75.41 | - |
YUV | 215.18 | 129.6 | 144.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 203 | 218 | 0 | 0.15 | 0.08 | 0.07 | 334.29 | 0.51 | 0.86 |
Hex | EE | CB | DA | 0 | F | 8 | 7 | 14E | 33 | 56 |
Octal | 356 | 313 | 332 | 0 | 17 | 10 | 7 | 516 | 63 | 126 |
Binary | 11101110 | 11001011 | 11011010 | 0 | 1111 | 1000 | 111 | 101001110 | 110011 | 1010110 |
Color Harmonies of #EECBDA
Complementary color
Monochromatic Colors of #EECBDA
Black with #EECBDA
Text Example
Text Example
White with #EECBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBDA; }
p { color: rgb(238,203,218); }
H1.HeaderClassName
{
color: #EECBDA;
}
.AnyTagClassName
{
color: #EECBDA;
}
</style>
background-color css
<style>
a { background-color: #EECBDA; }
a { background-color: rgb(238,203,218); }
div.DivClassName
{
background-color: #EECBDA;
}
.BgClassName
{
background-color: #EECBDA;
}
</style>
border-color css
<style>
span { border-color: #EECBDA; }
span { border-color: rgb(238,203,218); }
td.TdClassName
{
border-color: #EECBDA;
}
.TagClassName
{
border-color: #EECBDA;
}
</style>