Shades of Chantilly #EDBCC4
Tints of Chantilly #EDBCC4
RGB
CMYK
RGB Variations
Color information
#EDBCC4 (or 0xEDBCC4) is known color: Chantilly. HEX triplet: ED, BC and C4. RGB value is (237,188,196). Sum of RGB (Red+Green+Blue) = 237+188+196=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC4 is #12433B. Grayscale: #CBCBCB. Windows color (decimal): -1196860 or 12893421. OLE color: 12893421.
HSL color Cylindrical-coordinate representation of color #EDBCC4: hue angle of 350.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 #EDBCC4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 196 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.07 |
| HSL | 350.2º | 0.58% | 0.83% | - |
| HSV(B) | 350.2º | 0.21% | 0.93% | - |
| XYZ | 62.87 | 57.96 | 60.1 | - |
| YUV | 203.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 196 | 0 | 0.21 | 0.17 | 0.07 | 350.2 | 0.58 | 0.83 |
| Hex | ED | BC | C4 | 0 | 15 | 11 | 7 | 15E | 3A | 53 |
| Octal | 355 | 274 | 304 | 0 | 25 | 21 | 7 | 536 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11000100 | 0 | 10101 | 10001 | 111 | 101011110 | 111010 | 1010011 |
Color Harmonies of #EDBCC4
Complementary color
Monochromatic Colors of #EDBCC4
Black with #EDBCC4
Text Example
Text Example
White with #EDBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCC4; }
p { color: rgb(237,188,196); }
H1.HeaderClassName
{
color: #EDBCC4;
}
.AnyTagClassName
{
color: #EDBCC4;
}
</style>
background-color css
<style>
a { background-color: #EDBCC4; }
a { background-color: rgb(237,188,196); }
div.DivClassName
{
background-color: #EDBCC4;
}
.BgClassName
{
background-color: #EDBCC4;
}
</style>
border-color css
<style>
span { border-color: #EDBCC4; }
span { border-color: rgb(237,188,196); }
td.TdClassName
{
border-color: #EDBCC4;
}
.TagClassName
{
border-color: #EDBCC4;
}
</style>