Shades of Classic Rose #EEBDDC
Tints of Classic Rose #EEBDDC
RGB
CMYK
RGB Variations
Color information
#EEBDDC (or 0xEEBDDC) is known color: Classic Rose. HEX triplet: EE, BD and DC. RGB value is (238,189,220). Sum of RGB (Red+Green+Blue) = 238+189+220=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDDC is #114223. Grayscale: #CFCFCF. Windows color (decimal): -1131044 or 14466542. OLE color: 14466542.
HSL color Cylindrical-coordinate representation of color #EEBDDC: hue angle of 322.04º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDDC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 220 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 322.04º | 0.59% | 0.84% | - |
| HSV(B) | 322.04º | 0.21% | 0.93% | - |
| XYZ | 66.38 | 59.74 | 75.74 | - |
| YUV | 207.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 220 | 0 | 0.21 | 0.08 | 0.07 | 322.04 | 0.59 | 0.84 |
| Hex | EE | BD | DC | 0 | 15 | 8 | 7 | 142 | 3B | 54 |
| Octal | 356 | 275 | 334 | 0 | 25 | 10 | 7 | 502 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11011100 | 0 | 10101 | 1000 | 111 | 101000010 | 111011 | 1010100 |
Color Harmonies of #EEBDDC
Complementary color
Monochromatic Colors of #EEBDDC
Black with #EEBDDC
Text Example
Text Example
White with #EEBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDDC; }
p { color: rgb(238,189,220); }
H1.HeaderClassName
{
color: #EEBDDC;
}
.AnyTagClassName
{
color: #EEBDDC;
}
</style>
background-color css
<style>
a { background-color: #EEBDDC; }
a { background-color: rgb(238,189,220); }
div.DivClassName
{
background-color: #EEBDDC;
}
.BgClassName
{
background-color: #EEBDDC;
}
</style>
border-color css
<style>
span { border-color: #EEBDDC; }
span { border-color: rgb(238,189,220); }
td.TdClassName
{
border-color: #EEBDDC;
}
.TagClassName
{
border-color: #EEBDDC;
}
</style>