Shades of Chantilly #ECC2D0
Tints of Chantilly #ECC2D0
RGB
CMYK
RGB Variations
Color information
#ECC2D0 (or 0xECC2D0) is known color: Chantilly. HEX triplet: EC, C2 and D0. RGB value is (236,194,208). Sum of RGB (Red+Green+Blue) = 236+194+208=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D0 is #133D2F. Grayscale: #D0D0D0. Windows color (decimal): -1260848 or 13681388. OLE color: 13681388.
HSL color Cylindrical-coordinate representation of color #ECC2D0: hue angle of 340º 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 #ECC2D0 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 194 | 208 | - |
CMYK | 0 | 0.18 | 0.12 | 0.07 |
HSL | 340º | 0.53% | 0.84% | - |
HSV(B) | 340º | 0.18% | 0.93% | - |
XYZ | 65.27 | 60.97 | 68 | - |
YUV | 208.15 | 127.91 | 147.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 194 | 208 | 0 | 0.18 | 0.12 | 0.07 | 340 | 0.53 | 0.84 |
Hex | EC | C2 | D0 | 0 | 12 | C | 7 | 154 | 34 | 54 |
Octal | 354 | 302 | 320 | 0 | 22 | 14 | 7 | 524 | 64 | 124 |
Binary | 11101100 | 11000010 | 11010000 | 0 | 10010 | 1100 | 111 | 101010100 | 110100 | 1010100 |
Color Harmonies of #ECC2D0
Complementary color
Monochromatic Colors of #ECC2D0
Black with #ECC2D0
Text Example
Text Example
White with #ECC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2D0; }
p { color: rgb(236,194,208); }
H1.HeaderClassName
{
color: #ECC2D0;
}
.AnyTagClassName
{
color: #ECC2D0;
}
</style>
background-color css
<style>
a { background-color: #ECC2D0; }
a { background-color: rgb(236,194,208); }
div.DivClassName
{
background-color: #ECC2D0;
}
.BgClassName
{
background-color: #ECC2D0;
}
</style>
border-color css
<style>
span { border-color: #ECC2D0; }
span { border-color: rgb(236,194,208); }
td.TdClassName
{
border-color: #ECC2D0;
}
.TagClassName
{
border-color: #ECC2D0;
}
</style>