Shades of Classic Rose #EEC5DB
Tints of Classic Rose #EEC5DB
RGB
CMYK
RGB Variations
Color information
#EEC5DB (or 0xEEC5DB) is known color: Classic Rose. HEX triplet: EE, C5 and DB. RGB value is (238,197,219). Sum of RGB (Red+Green+Blue) = 238+197+219=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5DB is #113A24. Grayscale: #D3D3D3. Windows color (decimal): -1128997 or 14403054. OLE color: 14403054.
HSL color Cylindrical-coordinate representation of color #EEC5DB: hue angle of 327.8º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5DB is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 197 | 219 | - |
CMYK | 0 | 0.17 | 0.08 | 0.07 |
HSL | 327.8º | 0.55% | 0.85% | - |
HSV(B) | 327.8º | 0.17% | 0.93% | - |
XYZ | 68.01 | 63.22 | 75.64 | - |
YUV | 211.77 | 132.08 | 146.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 197 | 219 | 0 | 0.17 | 0.08 | 0.07 | 327.8 | 0.55 | 0.85 |
Hex | EE | C5 | DB | 0 | 11 | 8 | 7 | 148 | 37 | 55 |
Octal | 356 | 305 | 333 | 0 | 21 | 10 | 7 | 510 | 67 | 125 |
Binary | 11101110 | 11000101 | 11011011 | 0 | 10001 | 1000 | 111 | 101001000 | 110111 | 1010101 |
Color Harmonies of #EEC5DB
Complementary color
Monochromatic Colors of #EEC5DB
Black with #EEC5DB
Text Example
Text Example
White with #EEC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5DB; }
p { color: rgb(238,197,219); }
H1.HeaderClassName
{
color: #EEC5DB;
}
.AnyTagClassName
{
color: #EEC5DB;
}
</style>
background-color css
<style>
a { background-color: #EEC5DB; }
a { background-color: rgb(238,197,219); }
div.DivClassName
{
background-color: #EEC5DB;
}
.BgClassName
{
background-color: #EEC5DB;
}
</style>
border-color css
<style>
span { border-color: #EEC5DB; }
span { border-color: rgb(238,197,219); }
td.TdClassName
{
border-color: #EEC5DB;
}
.TagClassName
{
border-color: #EEC5DB;
}
</style>