Shades of Classic Rose #EEBDD4
Tints of Classic Rose #EEBDD4
RGB
CMYK
RGB Variations
Color information
#EEBDD4 (or 0xEEBDD4) is known color: Classic Rose. HEX triplet: EE, BD and D4. RGB value is (238,189,212). Sum of RGB (Red+Green+Blue) = 238+189+212=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD4 is #11422B. Grayscale: #CECECE. Windows color (decimal): -1131052 or 13942254. OLE color: 13942254.
HSL color Cylindrical-coordinate representation of color #EEBDD4: hue angle of 331.84º 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 #EEBDD4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 212 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 331.84º | 0.59% | 0.84% | - |
| HSV(B) | 331.84º | 0.21% | 0.93% | - |
| XYZ | 65.34 | 59.33 | 70.29 | - |
| YUV | 206.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 212 | 0 | 0.21 | 0.11 | 0.07 | 331.84 | 0.59 | 0.84 |
| Hex | EE | BD | D4 | 0 | 15 | B | 7 | 14C | 3B | 54 |
| Octal | 356 | 275 | 324 | 0 | 25 | 13 | 7 | 514 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11010100 | 0 | 10101 | 1011 | 111 | 101001100 | 111011 | 1010100 |
Color Harmonies of #EEBDD4
Complementary color
Monochromatic Colors of #EEBDD4
Black with #EEBDD4
Text Example
Text Example
White with #EEBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDD4; }
p { color: rgb(238,189,212); }
H1.HeaderClassName
{
color: #EEBDD4;
}
.AnyTagClassName
{
color: #EEBDD4;
}
</style>
background-color css
<style>
a { background-color: #EEBDD4; }
a { background-color: rgb(238,189,212); }
div.DivClassName
{
background-color: #EEBDD4;
}
.BgClassName
{
background-color: #EEBDD4;
}
</style>
border-color css
<style>
span { border-color: #EEBDD4; }
span { border-color: rgb(238,189,212); }
td.TdClassName
{
border-color: #EEBDD4;
}
.TagClassName
{
border-color: #EEBDD4;
}
</style>