Shades of Classic Rose #ECCEE2
Tints of Classic Rose #ECCEE2
RGB
CMYK
RGB Variations
Color information
#ECCEE2 (or 0xECCEE2) is known color: Classic Rose. HEX triplet: EC, CE and E2. RGB value is (236,206,226). Sum of RGB (Red+Green+Blue) = 236+206+226=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEE2 is #13311D. Grayscale: #D9D9D9. Windows color (decimal): -1257758 or 14864108. OLE color: 14864108.
HSL color Cylindrical-coordinate representation of color #ECCEE2: hue angle of 320º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCEE2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 226 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.07 |
| HSL | 320º | 0.44% | 0.87% | - |
| HSV(B) | 320º | 0.13% | 0.93% | - |
| XYZ | 70.39 | 67.47 | 81.26 | - |
| YUV | 217.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 226 | 0 | 0.13 | 0.04 | 0.07 | 320 | 0.44 | 0.87 |
| Hex | EC | CE | E2 | 0 | D | 4 | 7 | 140 | 2C | 57 |
| Octal | 354 | 316 | 342 | 0 | 15 | 4 | 7 | 500 | 54 | 127 |
| Binary | 11101100 | 11001110 | 11100010 | 0 | 1101 | 100 | 111 | 101000000 | 101100 | 1010111 |
Color Harmonies of #ECCEE2
Complementary color
Monochromatic Colors of #ECCEE2
Black with #ECCEE2
Text Example
Text Example
White with #ECCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEE2; }
p { color: rgb(236,206,226); }
H1.HeaderClassName
{
color: #ECCEE2;
}
.AnyTagClassName
{
color: #ECCEE2;
}
</style>
background-color css
<style>
a { background-color: #ECCEE2; }
a { background-color: rgb(236,206,226); }
div.DivClassName
{
background-color: #ECCEE2;
}
.BgClassName
{
background-color: #ECCEE2;
}
</style>
border-color css
<style>
span { border-color: #ECCEE2; }
span { border-color: rgb(236,206,226); }
td.TdClassName
{
border-color: #ECCEE2;
}
.TagClassName
{
border-color: #ECCEE2;
}
</style>