Shades of Chantilly #ECB6C8
Tints of Chantilly #ECB6C8
RGB
CMYK
RGB Variations
Color information
#ECB6C8 (or 0xECB6C8) is known color: Chantilly. HEX triplet: EC, B6 and C8. RGB value is (236,182,200). Sum of RGB (Red+Green+Blue) = 236+182+200=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6C8 is #134937. Grayscale: #C8C8C8. Windows color (decimal): -1263928 or 13154028. OLE color: 13154028.
HSL color Cylindrical-coordinate representation of color #ECB6C8: hue angle of 340º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6C8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 182 | 200 | - |
CMYK | 0 | 0.23 | 0.15 | 0.07 |
HSL | 340º | 0.59% | 0.82% | - |
HSV(B) | 340º | 0.23% | 0.93% | - |
XYZ | 61.75 | 55.46 | 62.09 | - |
YUV | 200.2 | 127.89 | 153.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 182 | 200 | 0 | 0.23 | 0.15 | 0.07 | 340 | 0.59 | 0.82 |
Hex | EC | B6 | C8 | 0 | 17 | F | 7 | 154 | 3B | 52 |
Octal | 354 | 266 | 310 | 0 | 27 | 17 | 7 | 524 | 73 | 122 |
Binary | 11101100 | 10110110 | 11001000 | 0 | 10111 | 1111 | 111 | 101010100 | 111011 | 1010010 |
Color Harmonies of #ECB6C8
Complementary color
Monochromatic Colors of #ECB6C8
Black with #ECB6C8
Text Example
Text Example
White with #ECB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6C8; }
p { color: rgb(236,182,200); }
H1.HeaderClassName
{
color: #ECB6C8;
}
.AnyTagClassName
{
color: #ECB6C8;
}
</style>
background-color css
<style>
a { background-color: #ECB6C8; }
a { background-color: rgb(236,182,200); }
div.DivClassName
{
background-color: #ECB6C8;
}
.BgClassName
{
background-color: #ECB6C8;
}
</style>
border-color css
<style>
span { border-color: #ECB6C8; }
span { border-color: rgb(236,182,200); }
td.TdClassName
{
border-color: #ECB6C8;
}
.TagClassName
{
border-color: #ECB6C8;
}
</style>