Shades of Classic Rose #ECC2D7
Tints of Classic Rose #ECC2D7
RGB
CMYK
RGB Variations
Color information
#ECC2D7 (or 0xECC2D7) is known color: Classic Rose. HEX triplet: EC, C2 and D7. RGB value is (236,194,215). Sum of RGB (Red+Green+Blue) = 236+194+215=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D7 is #133D28. Grayscale: #D0D0D0. Windows color (decimal): -1260841 or 14140140. OLE color: 14140140.
HSL color Cylindrical-coordinate representation of color #ECC2D7: hue angle of 330º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC2D7 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 194 | 215 | - |
CMYK | 0 | 0.18 | 0.09 | 0.07 |
HSL | 330º | 0.53% | 0.84% | - |
HSV(B) | 330º | 0.18% | 0.93% | - |
XYZ | 66.15 | 61.32 | 72.64 | - |
YUV | 208.95 | 131.41 | 147.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 194 | 215 | 0 | 0.18 | 0.09 | 0.07 | 330 | 0.53 | 0.84 |
Hex | EC | C2 | D7 | 0 | 12 | 9 | 7 | 14A | 34 | 54 |
Octal | 354 | 302 | 327 | 0 | 22 | 11 | 7 | 512 | 64 | 124 |
Binary | 11101100 | 11000010 | 11010111 | 0 | 10010 | 1001 | 111 | 101001010 | 110100 | 1010100 |
Color Harmonies of #ECC2D7
Complementary color
Monochromatic Colors of #ECC2D7
Black with #ECC2D7
Text Example
Text Example
White with #ECC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2D7; }
p { color: rgb(236,194,215); }
H1.HeaderClassName
{
color: #ECC2D7;
}
.AnyTagClassName
{
color: #ECC2D7;
}
</style>
background-color css
<style>
a { background-color: #ECC2D7; }
a { background-color: rgb(236,194,215); }
div.DivClassName
{
background-color: #ECC2D7;
}
.BgClassName
{
background-color: #ECC2D7;
}
</style>
border-color css
<style>
span { border-color: #ECC2D7; }
span { border-color: rgb(236,194,215); }
td.TdClassName
{
border-color: #ECC2D7;
}
.TagClassName
{
border-color: #ECC2D7;
}
</style>