Shades of Classic Rose #EECBDB
Tints of Classic Rose #EECBDB
RGB
CMYK
RGB Variations
Color information
#EECBDB (or 0xEECBDB) is known color: Classic Rose. HEX triplet: EE, CB and DB. RGB value is (238,203,219). Sum of RGB (Red+Green+Blue) = 238+203+219=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDB is #113424. Grayscale: #D7D7D7. Windows color (decimal): -1127461 or 14404590. OLE color: 14404590.
HSL color Cylindrical-coordinate representation of color #EECBDB: hue angle of 332.57º 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 #EECBDB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 203 | 219 | - |
CMYK | 0 | 0.15 | 0.08 | 0.07 |
HSL | 332.57º | 0.51% | 0.86% | - |
HSV(B) | 332.57º | 0.15% | 0.93% | - |
XYZ | 69.4 | 66 | 76.1 | - |
YUV | 215.29 | 130.1 | 144.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 203 | 219 | 0 | 0.15 | 0.08 | 0.07 | 332.57 | 0.51 | 0.86 |
Hex | EE | CB | DB | 0 | F | 8 | 7 | 14D | 33 | 56 |
Octal | 356 | 313 | 333 | 0 | 17 | 10 | 7 | 515 | 63 | 126 |
Binary | 11101110 | 11001011 | 11011011 | 0 | 1111 | 1000 | 111 | 101001101 | 110011 | 1010110 |
Color Harmonies of #EECBDB
Complementary color
Monochromatic Colors of #EECBDB
Black with #EECBDB
Text Example
Text Example
White with #EECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBDB; }
p { color: rgb(238,203,219); }
H1.HeaderClassName
{
color: #EECBDB;
}
.AnyTagClassName
{
color: #EECBDB;
}
</style>
background-color css
<style>
a { background-color: #EECBDB; }
a { background-color: rgb(238,203,219); }
div.DivClassName
{
background-color: #EECBDB;
}
.BgClassName
{
background-color: #EECBDB;
}
</style>
border-color css
<style>
span { border-color: #EECBDB; }
span { border-color: rgb(238,203,219); }
td.TdClassName
{
border-color: #EECBDB;
}
.TagClassName
{
border-color: #EECBDB;
}
</style>