Shades of Classic Rose #ECCFE0
Tints of Classic Rose #ECCFE0
RGB
CMYK
RGB Variations
Color information
#ECCFE0 (or 0xECCFE0) is known color: Classic Rose. HEX triplet: EC, CF and E0. RGB value is (236,207,224). Sum of RGB (Red+Green+Blue) = 236+207+224=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFE0 is #13301F. Grayscale: #D9D9D9. Windows color (decimal): -1257504 or 14733292. OLE color: 14733292.
HSL color Cylindrical-coordinate representation of color #ECCFE0: hue angle of 324.83º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFE0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 224 | - |
CMYK | 0 | 0.12 | 0.05 | 0.07 |
HSL | 324.83º | 0.43% | 0.87% | - |
HSV(B) | 324.83º | 0.12% | 0.93% | - |
XYZ | 70.36 | 67.84 | 79.91 | - |
YUV | 217.61 | 131.61 | 141.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 224 | 0 | 0.12 | 0.05 | 0.07 | 324.83 | 0.43 | 0.87 |
Hex | EC | CF | E0 | 0 | C | 5 | 7 | 145 | 2B | 57 |
Octal | 354 | 317 | 340 | 0 | 14 | 5 | 7 | 505 | 53 | 127 |
Binary | 11101100 | 11001111 | 11100000 | 0 | 1100 | 101 | 111 | 101000101 | 101011 | 1010111 |
Color Harmonies of #ECCFE0
Complementary color
Monochromatic Colors of #ECCFE0
Black with #ECCFE0
Text Example
Text Example
White with #ECCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFE0; }
p { color: rgb(236,207,224); }
H1.HeaderClassName
{
color: #ECCFE0;
}
.AnyTagClassName
{
color: #ECCFE0;
}
</style>
background-color css
<style>
a { background-color: #ECCFE0; }
a { background-color: rgb(236,207,224); }
div.DivClassName
{
background-color: #ECCFE0;
}
.BgClassName
{
background-color: #ECCFE0;
}
</style>
border-color css
<style>
span { border-color: #ECCFE0; }
span { border-color: rgb(236,207,224); }
td.TdClassName
{
border-color: #ECCFE0;
}
.TagClassName
{
border-color: #ECCFE0;
}
</style>