Shades of Chantilly #ECBDC6
Tints of Chantilly #ECBDC6
RGB
CMYK
RGB Variations
Color information
#ECBDC6 (or 0xECBDC6) is known color: Chantilly. HEX triplet: EC, BD and C6. RGB value is (236,189,198). Sum of RGB (Red+Green+Blue) = 236+189+198=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDC6 is #134239. Grayscale: #CCCCCC. Windows color (decimal): -1262138 or 13024748. OLE color: 13024748.
HSL color Cylindrical-coordinate representation of color #ECBDC6: hue angle of 348.51º 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 #ECBDC6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 189 | 198 | - |
CMYK | 0 | 0.20 | 0.16 | 0.07 |
HSL | 348.51º | 0.55% | 0.83% | - |
HSV(B) | 348.51º | 0.2% | 0.93% | - |
XYZ | 62.98 | 58.31 | 61.36 | - |
YUV | 204.08 | 124.57 | 150.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 189 | 198 | 0 | 0.20 | 0.16 | 0.07 | 348.51 | 0.55 | 0.83 |
Hex | EC | BD | C6 | 0 | 14 | 10 | 7 | 15D | 37 | 53 |
Octal | 354 | 275 | 306 | 0 | 24 | 20 | 7 | 535 | 67 | 123 |
Binary | 11101100 | 10111101 | 11000110 | 0 | 10100 | 10000 | 111 | 101011101 | 110111 | 1010011 |
Color Harmonies of #ECBDC6
Complementary color
Monochromatic Colors of #ECBDC6
Black with #ECBDC6
Text Example
Text Example
White with #ECBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDC6; }
p { color: rgb(236,189,198); }
H1.HeaderClassName
{
color: #ECBDC6;
}
.AnyTagClassName
{
color: #ECBDC6;
}
</style>
background-color css
<style>
a { background-color: #ECBDC6; }
a { background-color: rgb(236,189,198); }
div.DivClassName
{
background-color: #ECBDC6;
}
.BgClassName
{
background-color: #ECBDC6;
}
</style>
border-color css
<style>
span { border-color: #ECBDC6; }
span { border-color: rgb(236,189,198); }
td.TdClassName
{
border-color: #ECBDC6;
}
.TagClassName
{
border-color: #ECBDC6;
}
</style>