Shades of Chantilly #EDB9CC
Tints of Chantilly #EDB9CC
RGB
CMYK
RGB Variations
Color information
#EDB9CC (or 0xEDB9CC) is known color: Chantilly. HEX triplet: ED, B9 and CC. RGB value is (237,185,204). Sum of RGB (Red+Green+Blue) = 237+185+204=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9CC is #124633. Grayscale: #CACACA. Windows color (decimal): -1197620 or 13416941. OLE color: 13416941.
HSL color Cylindrical-coordinate representation of color #EDB9CC: hue angle of 338.08º 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 #EDB9CC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 204 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.07 |
| HSL | 338.08º | 0.59% | 0.83% | - |
| HSV(B) | 338.08º | 0.22% | 0.93% | - |
| XYZ | 63.17 | 57.06 | 64.81 | - |
| YUV | 202.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 204 | 0 | 0.22 | 0.14 | 0.07 | 338.08 | 0.59 | 0.83 |
| Hex | ED | B9 | CC | 0 | 16 | E | 7 | 152 | 3B | 53 |
| Octal | 355 | 271 | 314 | 0 | 26 | 16 | 7 | 522 | 73 | 123 |
| Binary | 11101101 | 10111001 | 11001100 | 0 | 10110 | 1110 | 111 | 101010010 | 111011 | 1010011 |
Color Harmonies of #EDB9CC
Complementary color
Monochromatic Colors of #EDB9CC
Black with #EDB9CC
Text Example
Text Example
White with #EDB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9CC; }
p { color: rgb(237,185,204); }
H1.HeaderClassName
{
color: #EDB9CC;
}
.AnyTagClassName
{
color: #EDB9CC;
}
</style>
background-color css
<style>
a { background-color: #EDB9CC; }
a { background-color: rgb(237,185,204); }
div.DivClassName
{
background-color: #EDB9CC;
}
.BgClassName
{
background-color: #EDB9CC;
}
</style>
border-color css
<style>
span { border-color: #EDB9CC; }
span { border-color: rgb(237,185,204); }
td.TdClassName
{
border-color: #EDB9CC;
}
.TagClassName
{
border-color: #EDB9CC;
}
</style>