Shades of Chantilly #ECBDC5
Tints of Chantilly #ECBDC5
RGB
CMYK
RGB Variations
Color information
#ECBDC5 (or 0xECBDC5) is known color: Chantilly. HEX triplet: EC, BD and C5. RGB value is (236,189,197). Sum of RGB (Red+Green+Blue) = 236+189+197=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC5 is #13423A. Grayscale: #CBCBCB. Windows color (decimal): -1262139 or 12959212. OLE color: 12959212.
HSL color Cylindrical-coordinate representation of color #ECBDC5: hue angle of 349.79º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDC5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 189 | 197 | - |
CMYK | 0 | 0.20 | 0.17 | 0.07 |
HSL | 349.79º | 0.55% | 0.83% | - |
HSV(B) | 349.79º | 0.2% | 0.93% | - |
XYZ | 62.87 | 58.26 | 60.76 | - |
YUV | 203.97 | 124.07 | 150.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 189 | 197 | 0 | 0.20 | 0.17 | 0.07 | 349.79 | 0.55 | 0.83 |
Hex | EC | BD | C5 | 0 | 14 | 11 | 7 | 15E | 37 | 53 |
Octal | 354 | 275 | 305 | 0 | 24 | 21 | 7 | 536 | 67 | 123 |
Binary | 11101100 | 10111101 | 11000101 | 0 | 10100 | 10001 | 111 | 101011110 | 110111 | 1010011 |
Color Harmonies of #ECBDC5
Complementary color
Monochromatic Colors of #ECBDC5
Black with #ECBDC5
Text Example
Text Example
White with #ECBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDC5; }
p { color: rgb(236,189,197); }
H1.HeaderClassName
{
color: #ECBDC5;
}
.AnyTagClassName
{
color: #ECBDC5;
}
</style>
background-color css
<style>
a { background-color: #ECBDC5; }
a { background-color: rgb(236,189,197); }
div.DivClassName
{
background-color: #ECBDC5;
}
.BgClassName
{
background-color: #ECBDC5;
}
</style>
border-color css
<style>
span { border-color: #ECBDC5; }
span { border-color: rgb(236,189,197); }
td.TdClassName
{
border-color: #ECBDC5;
}
.TagClassName
{
border-color: #ECBDC5;
}
</style>