Shades of Chantilly #ECBDD1
Tints of Chantilly #ECBDD1
RGB
CMYK
RGB Variations
Color information
#ECBDD1 (or 0xECBDD1) is known color: Chantilly. HEX triplet: EC, BD and D1. RGB value is (236,189,209). Sum of RGB (Red+Green+Blue) = 236+189+209=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD1 is #13422E. Grayscale: #CDCDCD. Windows color (decimal): -1262127 or 13745644. OLE color: 13745644.
HSL color Cylindrical-coordinate representation of color #ECBDD1: hue angle of 334.47º 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 #ECBDD1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 209 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.07 |
| HSL | 334.47º | 0.55% | 0.83% | - |
| HSV(B) | 334.47º | 0.2% | 0.93% | - |
| XYZ | 64.3 | 58.83 | 68.29 | - |
| YUV | 205.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 209 | 0 | 0.20 | 0.11 | 0.07 | 334.47 | 0.55 | 0.83 |
| Hex | EC | BD | D1 | 0 | 14 | B | 7 | 14E | 37 | 53 |
| Octal | 354 | 275 | 321 | 0 | 24 | 13 | 7 | 516 | 67 | 123 |
| Binary | 11101100 | 10111101 | 11010001 | 0 | 10100 | 1011 | 111 | 101001110 | 110111 | 1010011 |
Color Harmonies of #ECBDD1
Complementary color
Monochromatic Colors of #ECBDD1
Black with #ECBDD1
Text Example
Text Example
White with #ECBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDD1; }
p { color: rgb(236,189,209); }
H1.HeaderClassName
{
color: #ECBDD1;
}
.AnyTagClassName
{
color: #ECBDD1;
}
</style>
background-color css
<style>
a { background-color: #ECBDD1; }
a { background-color: rgb(236,189,209); }
div.DivClassName
{
background-color: #ECBDD1;
}
.BgClassName
{
background-color: #ECBDD1;
}
</style>
border-color css
<style>
span { border-color: #ECBDD1; }
span { border-color: rgb(236,189,209); }
td.TdClassName
{
border-color: #ECBDD1;
}
.TagClassName
{
border-color: #ECBDD1;
}
</style>