Shades of Classic Rose #ECC2D1
Tints of Classic Rose #ECC2D1
RGB
CMYK
RGB Variations
Color information
#ECC2D1 (or 0xECC2D1) is known color: Classic Rose. HEX triplet: EC, C2 and D1. RGB value is (236,194,209). Sum of RGB (Red+Green+Blue) = 236+194+209=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D1 is #133D2E. Grayscale: #D0D0D0. Windows color (decimal): -1260847 or 13746924. OLE color: 13746924.
HSL color Cylindrical-coordinate representation of color #ECC2D1: hue angle of 338.57º 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 #ECC2D1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 194 | 209 | - |
CMYK | 0 | 0.18 | 0.11 | 0.07 |
HSL | 338.57º | 0.53% | 0.84% | - |
HSV(B) | 338.57º | 0.18% | 0.93% | - |
XYZ | 65.39 | 61.02 | 68.65 | - |
YUV | 208.27 | 128.41 | 147.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 194 | 209 | 0 | 0.18 | 0.11 | 0.07 | 338.57 | 0.53 | 0.84 |
Hex | EC | C2 | D1 | 0 | 12 | B | 7 | 153 | 34 | 54 |
Octal | 354 | 302 | 321 | 0 | 22 | 13 | 7 | 523 | 64 | 124 |
Binary | 11101100 | 11000010 | 11010001 | 0 | 10010 | 1011 | 111 | 101010011 | 110100 | 1010100 |
Color Harmonies of #ECC2D1
Complementary color
Monochromatic Colors of #ECC2D1
Black with #ECC2D1
Text Example
Text Example
White with #ECC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2D1; }
p { color: rgb(236,194,209); }
H1.HeaderClassName
{
color: #ECC2D1;
}
.AnyTagClassName
{
color: #ECC2D1;
}
</style>
background-color css
<style>
a { background-color: #ECC2D1; }
a { background-color: rgb(236,194,209); }
div.DivClassName
{
background-color: #ECC2D1;
}
.BgClassName
{
background-color: #ECC2D1;
}
</style>
border-color css
<style>
span { border-color: #ECC2D1; }
span { border-color: rgb(236,194,209); }
td.TdClassName
{
border-color: #ECC2D1;
}
.TagClassName
{
border-color: #ECC2D1;
}
</style>