Shades of Classic Rose #ECCEE4
Tints of Classic Rose #ECCEE4
RGB
CMYK
RGB Variations
Color information
#ECCEE4 (or 0xECCEE4) is known color: Classic Rose. HEX triplet: EC, CE and E4. RGB value is (236,206,228). Sum of RGB (Red+Green+Blue) = 236+206+228=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCEE4 is #13311B. Grayscale: #D9D9D9. Windows color (decimal): -1257756 or 14995180. OLE color: 14995180.
HSL color Cylindrical-coordinate representation of color #ECCEE4: hue angle of 316º 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 #ECCEE4 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 206 | 228 | - |
CMYK | 0 | 0.13 | 0.03 | 0.07 |
HSL | 316º | 0.44% | 0.87% | - |
HSV(B) | 316º | 0.13% | 0.93% | - |
XYZ | 70.67 | 67.58 | 82.72 | - |
YUV | 217.48 | 133.94 | 141.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 206 | 228 | 0 | 0.13 | 0.03 | 0.07 | 316 | 0.44 | 0.87 |
Hex | EC | CE | E4 | 0 | D | 3 | 7 | 13C | 2C | 57 |
Octal | 354 | 316 | 344 | 0 | 15 | 3 | 7 | 474 | 54 | 127 |
Binary | 11101100 | 11001110 | 11100100 | 0 | 1101 | 11 | 111 | 100111100 | 101100 | 1010111 |
Color Harmonies of #ECCEE4
Complementary color
Monochromatic Colors of #ECCEE4
Black with #ECCEE4
Text Example
Text Example
White with #ECCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEE4; }
p { color: rgb(236,206,228); }
H1.HeaderClassName
{
color: #ECCEE4;
}
.AnyTagClassName
{
color: #ECCEE4;
}
</style>
background-color css
<style>
a { background-color: #ECCEE4; }
a { background-color: rgb(236,206,228); }
div.DivClassName
{
background-color: #ECCEE4;
}
.BgClassName
{
background-color: #ECCEE4;
}
</style>
border-color css
<style>
span { border-color: #ECCEE4; }
span { border-color: rgb(236,206,228); }
td.TdClassName
{
border-color: #ECCEE4;
}
.TagClassName
{
border-color: #ECCEE4;
}
</style>