Shades of Chantilly #EDBDC4
Tints of Chantilly #EDBDC4
RGB
CMYK
RGB Variations
Color information
#EDBDC4 (or 0xEDBDC4) is known color: Chantilly. HEX triplet: ED, BD and C4. RGB value is (237,189,196). Sum of RGB (Red+Green+Blue) = 237+189+196=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC4 is #12423B. Grayscale: #CCCCCC. Windows color (decimal): -1196604 or 12893677. OLE color: 12893677.
HSL color Cylindrical-coordinate representation of color #EDBDC4: hue angle of 351.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDC4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 196 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.07 |
| HSL | 351.25º | 0.57% | 0.84% | - |
| HSV(B) | 351.25º | 0.2% | 0.93% | - |
| XYZ | 63.09 | 58.39 | 60.17 | - |
| YUV | 204.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 196 | 0 | 0.20 | 0.17 | 0.07 | 351.25 | 0.57 | 0.84 |
| Hex | ED | BD | C4 | 0 | 14 | 11 | 7 | 15F | 39 | 54 |
| Octal | 355 | 275 | 304 | 0 | 24 | 21 | 7 | 537 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11000100 | 0 | 10100 | 10001 | 111 | 101011111 | 111001 | 1010100 |
Color Harmonies of #EDBDC4
Complementary color
Monochromatic Colors of #EDBDC4
Black with #EDBDC4
Text Example
Text Example
White with #EDBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDC4; }
p { color: rgb(237,189,196); }
H1.HeaderClassName
{
color: #EDBDC4;
}
.AnyTagClassName
{
color: #EDBDC4;
}
</style>
background-color css
<style>
a { background-color: #EDBDC4; }
a { background-color: rgb(237,189,196); }
div.DivClassName
{
background-color: #EDBDC4;
}
.BgClassName
{
background-color: #EDBDC4;
}
</style>
border-color css
<style>
span { border-color: #EDBDC4; }
span { border-color: rgb(237,189,196); }
td.TdClassName
{
border-color: #EDBDC4;
}
.TagClassName
{
border-color: #EDBDC4;
}
</style>