Shades of Chantilly #EDBDCC
Tints of Chantilly #EDBDCC
RGB
CMYK
RGB Variations
Color information
#EDBDCC (or 0xEDBDCC) is known color: Chantilly. HEX triplet: ED, BD and CC. RGB value is (237,189,204). Sum of RGB (Red+Green+Blue) = 237+189+204=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDCC is #124233. Grayscale: #CDCDCD. Windows color (decimal): -1196596 or 13417965. OLE color: 13417965.
HSL color Cylindrical-coordinate representation of color #EDBDCC: hue angle of 341.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 #EDBDCC is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 204 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.07 |
| HSL | 341.25º | 0.57% | 0.84% | - |
| HSV(B) | 341.25º | 0.2% | 0.93% | - |
| XYZ | 64.02 | 58.76 | 65.09 | - |
| YUV | 205.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 204 | 0 | 0.20 | 0.14 | 0.07 | 341.25 | 0.57 | 0.84 |
| Hex | ED | BD | CC | 0 | 14 | E | 7 | 155 | 39 | 54 |
| Octal | 355 | 275 | 314 | 0 | 24 | 16 | 7 | 525 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11001100 | 0 | 10100 | 1110 | 111 | 101010101 | 111001 | 1010100 |
Color Harmonies of #EDBDCC
Complementary color
Monochromatic Colors of #EDBDCC
Black with #EDBDCC
Text Example
Text Example
White with #EDBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDCC; }
p { color: rgb(237,189,204); }
H1.HeaderClassName
{
color: #EDBDCC;
}
.AnyTagClassName
{
color: #EDBDCC;
}
</style>
background-color css
<style>
a { background-color: #EDBDCC; }
a { background-color: rgb(237,189,204); }
div.DivClassName
{
background-color: #EDBDCC;
}
.BgClassName
{
background-color: #EDBDCC;
}
</style>
border-color css
<style>
span { border-color: #EDBDCC; }
span { border-color: rgb(237,189,204); }
td.TdClassName
{
border-color: #EDBDCC;
}
.TagClassName
{
border-color: #EDBDCC;
}
</style>