Shades of Chantilly #EDBBCE
Tints of Chantilly #EDBBCE
RGB
CMYK
RGB Variations
Color information
#EDBBCE (or 0xEDBBCE) is known color: Chantilly. HEX triplet: ED, BB and CE. RGB value is (237,187,206). Sum of RGB (Red+Green+Blue) = 237+187+206=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBCE is #124431. Grayscale: #CCCCCC. Windows color (decimal): -1197106 or 13548525. OLE color: 13548525.
HSL color Cylindrical-coordinate representation of color #EDBBCE: hue angle of 337.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBCE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 206 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.07 |
| HSL | 337.2º | 0.58% | 0.83% | - |
| HSV(B) | 337.2º | 0.21% | 0.93% | - |
| XYZ | 63.84 | 58 | 66.22 | - |
| YUV | 204.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 206 | 0 | 0.21 | 0.13 | 0.07 | 337.2 | 0.58 | 0.83 |
| Hex | ED | BB | CE | 0 | 15 | D | 7 | 151 | 3A | 53 |
| Octal | 355 | 273 | 316 | 0 | 25 | 15 | 7 | 521 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11001110 | 0 | 10101 | 1101 | 111 | 101010001 | 111010 | 1010011 |
Color Harmonies of #EDBBCE
Complementary color
Monochromatic Colors of #EDBBCE
Black with #EDBBCE
Text Example
Text Example
White with #EDBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBCE; }
p { color: rgb(237,187,206); }
H1.HeaderClassName
{
color: #EDBBCE;
}
.AnyTagClassName
{
color: #EDBBCE;
}
</style>
background-color css
<style>
a { background-color: #EDBBCE; }
a { background-color: rgb(237,187,206); }
div.DivClassName
{
background-color: #EDBBCE;
}
.BgClassName
{
background-color: #EDBBCE;
}
</style>
border-color css
<style>
span { border-color: #EDBBCE; }
span { border-color: rgb(237,187,206); }
td.TdClassName
{
border-color: #EDBBCE;
}
.TagClassName
{
border-color: #EDBBCE;
}
</style>