Shades of Classic Rose #EECBE3
Tints of Classic Rose #EECBE3
RGB
CMYK
RGB Variations
Color information
#EECBE3 (or 0xEECBE3) is known color: Classic Rose. HEX triplet: EE, CB and E3. RGB value is (238,203,227). Sum of RGB (Red+Green+Blue) = 238+203+227=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBE3 is #11341C. Grayscale: #D8D8D8. Windows color (decimal): -1127453 or 14928878. OLE color: 14928878.
HSL color Cylindrical-coordinate representation of color #EECBE3: hue angle of 318.86º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBE3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 227 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.07 |
| HSL | 318.86º | 0.51% | 0.86% | - |
| HSV(B) | 318.86º | 0.15% | 0.93% | - |
| XYZ | 70.48 | 66.44 | 81.78 | - |
| YUV | 216.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 227 | 0 | 0.15 | 0.05 | 0.07 | 318.86 | 0.51 | 0.86 |
| Hex | EE | CB | E3 | 0 | F | 5 | 7 | 13F | 33 | 56 |
| Octal | 356 | 313 | 343 | 0 | 17 | 5 | 7 | 477 | 63 | 126 |
| Binary | 11101110 | 11001011 | 11100011 | 0 | 1111 | 101 | 111 | 100111111 | 110011 | 1010110 |
Color Harmonies of #EECBE3
Complementary color
Monochromatic Colors of #EECBE3
Black with #EECBE3
Text Example
Text Example
White with #EECBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBE3; }
p { color: rgb(238,203,227); }
H1.HeaderClassName
{
color: #EECBE3;
}
.AnyTagClassName
{
color: #EECBE3;
}
</style>
background-color css
<style>
a { background-color: #EECBE3; }
a { background-color: rgb(238,203,227); }
div.DivClassName
{
background-color: #EECBE3;
}
.BgClassName
{
background-color: #EECBE3;
}
</style>
border-color css
<style>
span { border-color: #EECBE3; }
span { border-color: rgb(238,203,227); }
td.TdClassName
{
border-color: #EECBE3;
}
.TagClassName
{
border-color: #EECBE3;
}
</style>