Shades of Chantilly #EDBBC4
Tints of Chantilly #EDBBC4
RGB
CMYK
RGB Variations
Color information
#EDBBC4 (or 0xEDBBC4) is known color: Chantilly. HEX triplet: ED, BB and C4. RGB value is (237,187,196). Sum of RGB (Red+Green+Blue) = 237+187+196=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBC4 is #12443B. Grayscale: #CACACA. Windows color (decimal): -1197116 or 12893165. OLE color: 12893165.
HSL color Cylindrical-coordinate representation of color #EDBBC4: hue angle of 349.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 #EDBBC4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 196 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.07 |
| HSL | 349.2º | 0.58% | 0.83% | - |
| HSV(B) | 349.2º | 0.21% | 0.93% | - |
| XYZ | 62.66 | 57.53 | 60.03 | - |
| YUV | 202.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 196 | 0 | 0.21 | 0.17 | 0.07 | 349.2 | 0.58 | 0.83 |
| Hex | ED | BB | C4 | 0 | 15 | 11 | 7 | 15D | 3A | 53 |
| Octal | 355 | 273 | 304 | 0 | 25 | 21 | 7 | 535 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11000100 | 0 | 10101 | 10001 | 111 | 101011101 | 111010 | 1010011 |
Color Harmonies of #EDBBC4
Complementary color
Monochromatic Colors of #EDBBC4
Black with #EDBBC4
Text Example
Text Example
White with #EDBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBC4; }
p { color: rgb(237,187,196); }
H1.HeaderClassName
{
color: #EDBBC4;
}
.AnyTagClassName
{
color: #EDBBC4;
}
</style>
background-color css
<style>
a { background-color: #EDBBC4; }
a { background-color: rgb(237,187,196); }
div.DivClassName
{
background-color: #EDBBC4;
}
.BgClassName
{
background-color: #EDBBC4;
}
</style>
border-color css
<style>
span { border-color: #EDBBC4; }
span { border-color: rgb(237,187,196); }
td.TdClassName
{
border-color: #EDBBC4;
}
.TagClassName
{
border-color: #EDBBC4;
}
</style>