Shades of Chantilly #EDBDC7
Tints of Chantilly #EDBDC7
RGB
CMYK
RGB Variations
Color information
#EDBDC7 (or 0xEDBDC7) is known color: Chantilly. HEX triplet: ED, BD and C7. RGB value is (237,189,199). Sum of RGB (Red+Green+Blue) = 237+189+199=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDC7 is #124238. Grayscale: #CCCCCC. Windows color (decimal): -1196601 or 13090285. OLE color: 13090285.
HSL color Cylindrical-coordinate representation of color #EDBDC7: hue angle of 347.5º 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 #EDBDC7 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 199 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.07 |
| HSL | 347.5º | 0.57% | 0.84% | - |
| HSV(B) | 347.5º | 0.2% | 0.93% | - |
| XYZ | 63.43 | 58.52 | 61.99 | - |
| YUV | 204.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 199 | 0 | 0.20 | 0.16 | 0.07 | 347.5 | 0.57 | 0.84 |
| Hex | ED | BD | C7 | 0 | 14 | 10 | 7 | 15C | 39 | 54 |
| Octal | 355 | 275 | 307 | 0 | 24 | 20 | 7 | 534 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11000111 | 0 | 10100 | 10000 | 111 | 101011100 | 111001 | 1010100 |
Color Harmonies of #EDBDC7
Complementary color
Monochromatic Colors of #EDBDC7
Black with #EDBDC7
Text Example
Text Example
White with #EDBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDC7; }
p { color: rgb(237,189,199); }
H1.HeaderClassName
{
color: #EDBDC7;
}
.AnyTagClassName
{
color: #EDBDC7;
}
</style>
background-color css
<style>
a { background-color: #EDBDC7; }
a { background-color: rgb(237,189,199); }
div.DivClassName
{
background-color: #EDBDC7;
}
.BgClassName
{
background-color: #EDBDC7;
}
</style>
border-color css
<style>
span { border-color: #EDBDC7; }
span { border-color: rgb(237,189,199); }
td.TdClassName
{
border-color: #EDBDC7;
}
.TagClassName
{
border-color: #EDBDC7;
}
</style>