Shades of Classic Rose #EEBEDC
Tints of Classic Rose #EEBEDC
RGB
CMYK
RGB Variations
Color information
#EEBEDC (or 0xEEBEDC) is known color: Classic Rose. HEX triplet: EE, BE and DC. RGB value is (238,190,220). Sum of RGB (Red+Green+Blue) = 238+190+220=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEDC is #114123. Grayscale: #CFCFCF. Windows color (decimal): -1130788 or 14466798. OLE color: 14466798.
HSL color Cylindrical-coordinate representation of color #EEBEDC: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBEDC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 220 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.07 |
| HSL | 322.5º | 0.59% | 0.84% | - |
| HSV(B) | 322.5º | 0.2% | 0.93% | - |
| XYZ | 66.59 | 60.17 | 75.81 | - |
| YUV | 207.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 220 | 0 | 0.20 | 0.08 | 0.07 | 322.5 | 0.59 | 0.84 |
| Hex | EE | BE | DC | 0 | 14 | 8 | 7 | 142 | 3B | 54 |
| Octal | 356 | 276 | 334 | 0 | 24 | 10 | 7 | 502 | 73 | 124 |
| Binary | 11101110 | 10111110 | 11011100 | 0 | 10100 | 1000 | 111 | 101000010 | 111011 | 1010100 |
Color Harmonies of #EEBEDC
Complementary color
Monochromatic Colors of #EEBEDC
Black with #EEBEDC
Text Example
Text Example
White with #EEBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEDC; }
p { color: rgb(238,190,220); }
H1.HeaderClassName
{
color: #EEBEDC;
}
.AnyTagClassName
{
color: #EEBEDC;
}
</style>
background-color css
<style>
a { background-color: #EEBEDC; }
a { background-color: rgb(238,190,220); }
div.DivClassName
{
background-color: #EEBEDC;
}
.BgClassName
{
background-color: #EEBEDC;
}
</style>
border-color css
<style>
span { border-color: #EEBEDC; }
span { border-color: rgb(238,190,220); }
td.TdClassName
{
border-color: #EEBEDC;
}
.TagClassName
{
border-color: #EEBEDC;
}
</style>