Shades of Classic Rose #ECCFE2
Tints of Classic Rose #ECCFE2
RGB
CMYK
RGB Variations
Color information
#ECCFE2 (or 0xECCFE2) is known color: Classic Rose. HEX triplet: EC, CF and E2. RGB value is (236,207,226). Sum of RGB (Red+Green+Blue) = 236+207+226=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFE2 is #13301D. Grayscale: #D9D9D9. Windows color (decimal): -1257502 or 14864364. OLE color: 14864364.
HSL color Cylindrical-coordinate representation of color #ECCFE2: hue angle of 320.69º 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 #ECCFE2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 226 | - |
CMYK | 0 | 0.12 | 0.04 | 0.07 |
HSL | 320.69º | 0.43% | 0.87% | - |
HSV(B) | 320.69º | 0.12% | 0.93% | - |
XYZ | 70.63 | 67.95 | 81.34 | - |
YUV | 217.84 | 132.61 | 140.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 226 | 0 | 0.12 | 0.04 | 0.07 | 320.69 | 0.43 | 0.87 |
Hex | EC | CF | E2 | 0 | C | 4 | 7 | 141 | 2B | 57 |
Octal | 354 | 317 | 342 | 0 | 14 | 4 | 7 | 501 | 53 | 127 |
Binary | 11101100 | 11001111 | 11100010 | 0 | 1100 | 100 | 111 | 101000001 | 101011 | 1010111 |
Color Harmonies of #ECCFE2
Complementary color
Monochromatic Colors of #ECCFE2
Black with #ECCFE2
Text Example
Text Example
White with #ECCFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFE2; }
p { color: rgb(236,207,226); }
H1.HeaderClassName
{
color: #ECCFE2;
}
.AnyTagClassName
{
color: #ECCFE2;
}
</style>
background-color css
<style>
a { background-color: #ECCFE2; }
a { background-color: rgb(236,207,226); }
div.DivClassName
{
background-color: #ECCFE2;
}
.BgClassName
{
background-color: #ECCFE2;
}
</style>
border-color css
<style>
span { border-color: #ECCFE2; }
span { border-color: rgb(236,207,226); }
td.TdClassName
{
border-color: #ECCFE2;
}
.TagClassName
{
border-color: #ECCFE2;
}
</style>