Shades of Chantilly #ECB5CD
Tints of Chantilly #ECB5CD
RGB
CMYK
RGB Variations
Color information
#ECB5CD (or 0xECB5CD) is known color: Chantilly. HEX triplet: EC, B5 and CD. RGB value is (236,181,205). Sum of RGB (Red+Green+Blue) = 236+181+205=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5CD is #134A32. Grayscale: #C8C8C8. Windows color (decimal): -1264179 or 13481452. OLE color: 13481452.
HSL color Cylindrical-coordinate representation of color #ECB5CD: hue angle of 333.82º 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 #ECB5CD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 205 | - |
CMYK | 0 | 0.23 | 0.13 | 0.07 |
HSL | 333.82º | 0.59% | 0.82% | - |
HSV(B) | 333.82º | 0.23% | 0.93% | - |
XYZ | 62.14 | 55.29 | 65.15 | - |
YUV | 200.18 | 130.72 | 153.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 205 | 0 | 0.23 | 0.13 | 0.07 | 333.82 | 0.59 | 0.82 |
Hex | EC | B5 | CD | 0 | 17 | D | 7 | 14E | 3B | 52 |
Octal | 354 | 265 | 315 | 0 | 27 | 15 | 7 | 516 | 73 | 122 |
Binary | 11101100 | 10110101 | 11001101 | 0 | 10111 | 1101 | 111 | 101001110 | 111011 | 1010010 |
Color Harmonies of #ECB5CD
Complementary color
Monochromatic Colors of #ECB5CD
Black with #ECB5CD
Text Example
Text Example
White with #ECB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5CD; }
p { color: rgb(236,181,205); }
H1.HeaderClassName
{
color: #ECB5CD;
}
.AnyTagClassName
{
color: #ECB5CD;
}
</style>
background-color css
<style>
a { background-color: #ECB5CD; }
a { background-color: rgb(236,181,205); }
div.DivClassName
{
background-color: #ECB5CD;
}
.BgClassName
{
background-color: #ECB5CD;
}
</style>
border-color css
<style>
span { border-color: #ECB5CD; }
span { border-color: rgb(236,181,205); }
td.TdClassName
{
border-color: #ECB5CD;
}
.TagClassName
{
border-color: #ECB5CD;
}
</style>