Shades of Classic Rose #EEC8DB
Tints of Classic Rose #EEC8DB
RGB
CMYK
RGB Variations
Color information
#EEC8DB (or 0xEEC8DB) is known color: Classic Rose. HEX triplet: EE, C8 and DB. RGB value is (238,200,219). Sum of RGB (Red+Green+Blue) = 238+200+219=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8DB is #113724. Grayscale: #D5D5D5. Windows color (decimal): -1128229 or 14403822. OLE color: 14403822.
HSL color Cylindrical-coordinate representation of color #EEC8DB: hue angle of 330º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC8DB is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 200 | 219 | - |
CMYK | 0 | 0.16 | 0.08 | 0.07 |
HSL | 330º | 0.53% | 0.86% | - |
HSV(B) | 330º | 0.16% | 0.93% | - |
XYZ | 68.7 | 64.6 | 75.87 | - |
YUV | 213.53 | 131.09 | 145.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 200 | 219 | 0 | 0.16 | 0.08 | 0.07 | 330 | 0.53 | 0.86 |
Hex | EE | C8 | DB | 0 | 10 | 8 | 7 | 14A | 35 | 56 |
Octal | 356 | 310 | 333 | 0 | 20 | 10 | 7 | 512 | 65 | 126 |
Binary | 11101110 | 11001000 | 11011011 | 0 | 10000 | 1000 | 111 | 101001010 | 110101 | 1010110 |
Color Harmonies of #EEC8DB
Complementary color
Monochromatic Colors of #EEC8DB
Black with #EEC8DB
Text Example
Text Example
White with #EEC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8DB; }
p { color: rgb(238,200,219); }
H1.HeaderClassName
{
color: #EEC8DB;
}
.AnyTagClassName
{
color: #EEC8DB;
}
</style>
background-color css
<style>
a { background-color: #EEC8DB; }
a { background-color: rgb(238,200,219); }
div.DivClassName
{
background-color: #EEC8DB;
}
.BgClassName
{
background-color: #EEC8DB;
}
</style>
border-color css
<style>
span { border-color: #EEC8DB; }
span { border-color: rgb(238,200,219); }
td.TdClassName
{
border-color: #EEC8DB;
}
.TagClassName
{
border-color: #EEC8DB;
}
</style>