Shades of Chantilly #EDB9CB
Tints of Chantilly #EDB9CB
RGB
CMYK
RGB Variations
Color information
#EDB9CB (or 0xEDB9CB) is known color: Chantilly. HEX triplet: ED, B9 and CB. RGB value is (237,185,203). Sum of RGB (Red+Green+Blue) = 237+185+203=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9CB is #124634. Grayscale: #CACACA. Windows color (decimal): -1197621 or 13351405. OLE color: 13351405.
HSL color Cylindrical-coordinate representation of color #EDB9CB: hue angle of 339.23º degrees, saturation: 0.59, 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 #EDB9CB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 203 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.07 |
| HSL | 339.23º | 0.59% | 0.83% | - |
| HSV(B) | 339.23º | 0.22% | 0.93% | - |
| XYZ | 63.05 | 57.01 | 64.18 | - |
| YUV | 202.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 203 | 0 | 0.22 | 0.14 | 0.07 | 339.23 | 0.59 | 0.83 |
| Hex | ED | B9 | CB | 0 | 16 | E | 7 | 153 | 3B | 53 |
| Octal | 355 | 271 | 313 | 0 | 26 | 16 | 7 | 523 | 73 | 123 |
| Binary | 11101101 | 10111001 | 11001011 | 0 | 10110 | 1110 | 111 | 101010011 | 111011 | 1010011 |
Color Harmonies of #EDB9CB
Complementary color
Monochromatic Colors of #EDB9CB
Black with #EDB9CB
Text Example
Text Example
White with #EDB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9CB; }
p { color: rgb(237,185,203); }
H1.HeaderClassName
{
color: #EDB9CB;
}
.AnyTagClassName
{
color: #EDB9CB;
}
</style>
background-color css
<style>
a { background-color: #EDB9CB; }
a { background-color: rgb(237,185,203); }
div.DivClassName
{
background-color: #EDB9CB;
}
.BgClassName
{
background-color: #EDB9CB;
}
</style>
border-color css
<style>
span { border-color: #EDB9CB; }
span { border-color: rgb(237,185,203); }
td.TdClassName
{
border-color: #EDB9CB;
}
.TagClassName
{
border-color: #EDB9CB;
}
</style>