Shades of Chantilly #EDBDCF
Tints of Chantilly #EDBDCF
RGB
CMYK
RGB Variations
Color information
#EDBDCF (or 0xEDBDCF) is known color: Chantilly. HEX triplet: ED, BD and CF. RGB value is (237,189,207). Sum of RGB (Red+Green+Blue) = 237+189+207=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCF is #124230. Grayscale: #CDCDCD. Windows color (decimal): -1196593 or 13614573. OLE color: 13614573.
HSL color Cylindrical-coordinate representation of color #EDBDCF: hue angle of 337.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 #EDBDCF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 207 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.07 |
| HSL | 337.5º | 0.57% | 0.84% | - |
| HSV(B) | 337.5º | 0.2% | 0.93% | - |
| XYZ | 64.39 | 58.9 | 67.01 | - |
| YUV | 205.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 207 | 0 | 0.20 | 0.13 | 0.07 | 337.5 | 0.57 | 0.84 |
| Hex | ED | BD | CF | 0 | 14 | D | 7 | 152 | 39 | 54 |
| Octal | 355 | 275 | 317 | 0 | 24 | 15 | 7 | 522 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11001111 | 0 | 10100 | 1101 | 111 | 101010010 | 111001 | 1010100 |
Color Harmonies of #EDBDCF
Complementary color
Monochromatic Colors of #EDBDCF
Black with #EDBDCF
Text Example
Text Example
White with #EDBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDCF; }
p { color: rgb(237,189,207); }
H1.HeaderClassName
{
color: #EDBDCF;
}
.AnyTagClassName
{
color: #EDBDCF;
}
</style>
background-color css
<style>
a { background-color: #EDBDCF; }
a { background-color: rgb(237,189,207); }
div.DivClassName
{
background-color: #EDBDCF;
}
.BgClassName
{
background-color: #EDBDCF;
}
</style>
border-color css
<style>
span { border-color: #EDBDCF; }
span { border-color: rgb(237,189,207); }
td.TdClassName
{
border-color: #EDBDCF;
}
.TagClassName
{
border-color: #EDBDCF;
}
</style>