Shades of Chantilly #EDB5CE
Tints of Chantilly #EDB5CE
RGB
CMYK
RGB Variations
Color information
#EDB5CE (or 0xEDB5CE) is known color: Chantilly. HEX triplet: ED, B5 and CE. RGB value is (237,181,206). Sum of RGB (Red+Green+Blue) = 237+181+206=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5CE is #124A31. Grayscale: #C8C8C8. Windows color (decimal): -1198642 or 13546989. OLE color: 13546989.
HSL color Cylindrical-coordinate representation of color #EDB5CE: hue angle of 333.21º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB5CE is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 206 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.07 |
| HSL | 333.21º | 0.61% | 0.82% | - |
| HSV(B) | 333.21º | 0.24% | 0.93% | - |
| XYZ | 62.59 | 55.51 | 65.81 | - |
| YUV | 200.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 206 | 0 | 0.24 | 0.13 | 0.07 | 333.21 | 0.61 | 0.82 |
| Hex | ED | B5 | CE | 0 | 18 | D | 7 | 14D | 3D | 52 |
| Octal | 355 | 265 | 316 | 0 | 30 | 15 | 7 | 515 | 75 | 122 |
| Binary | 11101101 | 10110101 | 11001110 | 0 | 11000 | 1101 | 111 | 101001101 | 111101 | 1010010 |
Color Harmonies of #EDB5CE
Complementary color
Monochromatic Colors of #EDB5CE
Black with #EDB5CE
Text Example
Text Example
White with #EDB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5CE; }
p { color: rgb(237,181,206); }
H1.HeaderClassName
{
color: #EDB5CE;
}
.AnyTagClassName
{
color: #EDB5CE;
}
</style>
background-color css
<style>
a { background-color: #EDB5CE; }
a { background-color: rgb(237,181,206); }
div.DivClassName
{
background-color: #EDB5CE;
}
.BgClassName
{
background-color: #EDB5CE;
}
</style>
border-color css
<style>
span { border-color: #EDB5CE; }
span { border-color: rgb(237,181,206); }
td.TdClassName
{
border-color: #EDB5CE;
}
.TagClassName
{
border-color: #EDB5CE;
}
</style>