Shades of Chantilly #EDB6CB
Tints of Chantilly #EDB6CB
RGB
CMYK
RGB Variations
Color information
#EDB6CB (or 0xEDB6CB) is known color: Chantilly. HEX triplet: ED, B6 and CB. RGB value is (237,182,203). Sum of RGB (Red+Green+Blue) = 237+182+203=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6CB is #124934. Grayscale: #C8C8C8. Windows color (decimal): -1198389 or 13350637. OLE color: 13350637.
HSL color Cylindrical-coordinate representation of color #EDB6CB: hue angle of 337.09º degrees, saturation: 0.6, 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 #EDB6CB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 203 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.07 |
| HSL | 337.09º | 0.6% | 0.82% | - |
| HSV(B) | 337.09º | 0.23% | 0.93% | - |
| XYZ | 62.43 | 55.77 | 63.97 | - |
| YUV | 200.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 203 | 0 | 0.23 | 0.14 | 0.07 | 337.09 | 0.6 | 0.82 |
| Hex | ED | B6 | CB | 0 | 17 | E | 7 | 151 | 3C | 52 |
| Octal | 355 | 266 | 313 | 0 | 27 | 16 | 7 | 521 | 74 | 122 |
| Binary | 11101101 | 10110110 | 11001011 | 0 | 10111 | 1110 | 111 | 101010001 | 111100 | 1010010 |
Color Harmonies of #EDB6CB
Complementary color
Monochromatic Colors of #EDB6CB
Black with #EDB6CB
Text Example
Text Example
White with #EDB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6CB; }
p { color: rgb(237,182,203); }
H1.HeaderClassName
{
color: #EDB6CB;
}
.AnyTagClassName
{
color: #EDB6CB;
}
</style>
background-color css
<style>
a { background-color: #EDB6CB; }
a { background-color: rgb(237,182,203); }
div.DivClassName
{
background-color: #EDB6CB;
}
.BgClassName
{
background-color: #EDB6CB;
}
</style>
border-color css
<style>
span { border-color: #EDB6CB; }
span { border-color: rgb(237,182,203); }
td.TdClassName
{
border-color: #EDB6CB;
}
.TagClassName
{
border-color: #EDB6CB;
}
</style>