Shades of Chantilly #ECB9CD
Tints of Chantilly #ECB9CD
RGB
CMYK
RGB Variations
Color information
#ECB9CD (or 0xECB9CD) is known color: Chantilly. HEX triplet: EC, B9 and CD. RGB value is (236,185,205). Sum of RGB (Red+Green+Blue) = 236+185+205=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9CD is #134632. Grayscale: #CACACA. Windows color (decimal): -1263155 or 13482476. OLE color: 13482476.
HSL color Cylindrical-coordinate representation of color #ECB9CD: hue angle of 336.47º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9CD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 185 | 205 | - |
CMYK | 0 | 0.22 | 0.13 | 0.07 |
HSL | 336.47º | 0.57% | 0.83% | - |
HSV(B) | 336.47º | 0.22% | 0.93% | - |
XYZ | 62.96 | 56.94 | 65.43 | - |
YUV | 202.53 | 129.4 | 151.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 185 | 205 | 0 | 0.22 | 0.13 | 0.07 | 336.47 | 0.57 | 0.83 |
Hex | EC | B9 | CD | 0 | 16 | D | 7 | 150 | 39 | 53 |
Octal | 354 | 271 | 315 | 0 | 26 | 15 | 7 | 520 | 71 | 123 |
Binary | 11101100 | 10111001 | 11001101 | 0 | 10110 | 1101 | 111 | 101010000 | 111001 | 1010011 |
Color Harmonies of #ECB9CD
Complementary color
Monochromatic Colors of #ECB9CD
Black with #ECB9CD
Text Example
Text Example
White with #ECB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9CD; }
p { color: rgb(236,185,205); }
H1.HeaderClassName
{
color: #ECB9CD;
}
.AnyTagClassName
{
color: #ECB9CD;
}
</style>
background-color css
<style>
a { background-color: #ECB9CD; }
a { background-color: rgb(236,185,205); }
div.DivClassName
{
background-color: #ECB9CD;
}
.BgClassName
{
background-color: #ECB9CD;
}
</style>
border-color css
<style>
span { border-color: #ECB9CD; }
span { border-color: rgb(236,185,205); }
td.TdClassName
{
border-color: #ECB9CD;
}
.TagClassName
{
border-color: #ECB9CD;
}
</style>