Shades of Classic Rose #EECCDB
Tints of Classic Rose #EECCDB
RGB
CMYK
RGB Variations
Color information
#EECCDB (or 0xEECCDB) is known color: Classic Rose. HEX triplet: EE, CC and DB. RGB value is (238,204,219). Sum of RGB (Red+Green+Blue) = 238+204+219=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDB is #113324. Grayscale: #D7D7D7. Windows color (decimal): -1127205 or 14404846. OLE color: 14404846.
HSL color Cylindrical-coordinate representation of color #EECCDB: hue angle of 333.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCDB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 219 | - |
CMYK | 0 | 0.14 | 0.08 | 0.07 |
HSL | 333.53º | 0.5% | 0.87% | - |
HSV(B) | 333.53º | 0.14% | 0.93% | - |
XYZ | 69.64 | 66.48 | 76.18 | - |
YUV | 215.88 | 129.76 | 143.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 219 | 0 | 0.14 | 0.08 | 0.07 | 333.53 | 0.5 | 0.87 |
Hex | EE | CC | DB | 0 | E | 8 | 7 | 14E | 32 | 57 |
Octal | 356 | 314 | 333 | 0 | 16 | 10 | 7 | 516 | 62 | 127 |
Binary | 11101110 | 11001100 | 11011011 | 0 | 1110 | 1000 | 111 | 101001110 | 110010 | 1010111 |
Color Harmonies of #EECCDB
Complementary color
Monochromatic Colors of #EECCDB
Black with #EECCDB
Text Example
Text Example
White with #EECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCDB; }
p { color: rgb(238,204,219); }
H1.HeaderClassName
{
color: #EECCDB;
}
.AnyTagClassName
{
color: #EECCDB;
}
</style>
background-color css
<style>
a { background-color: #EECCDB; }
a { background-color: rgb(238,204,219); }
div.DivClassName
{
background-color: #EECCDB;
}
.BgClassName
{
background-color: #EECCDB;
}
</style>
border-color css
<style>
span { border-color: #EECCDB; }
span { border-color: rgb(238,204,219); }
td.TdClassName
{
border-color: #EECCDB;
}
.TagClassName
{
border-color: #EECCDB;
}
</style>