Shades of Chantilly #EDB8CC
Tints of Chantilly #EDB8CC
RGB
CMYK
RGB Variations
Color information
#EDB8CC (or 0xEDB8CC) is known color: Chantilly. HEX triplet: ED, B8 and CC. RGB value is (237,184,204). Sum of RGB (Red+Green+Blue) = 237+184+204=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8CC is #124733. Grayscale: #CACACA. Windows color (decimal): -1197876 or 13416685. OLE color: 13416685.
HSL color Cylindrical-coordinate representation of color #EDB8CC: hue angle of 337.36º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB8CC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 204 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.07 |
| HSL | 337.36º | 0.6% | 0.83% | - |
| HSV(B) | 337.36º | 0.22% | 0.93% | - |
| XYZ | 62.96 | 56.65 | 64.74 | - |
| YUV | 202.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 204 | 0 | 0.22 | 0.14 | 0.07 | 337.36 | 0.6 | 0.83 |
| Hex | ED | B8 | CC | 0 | 16 | E | 7 | 151 | 3C | 53 |
| Octal | 355 | 270 | 314 | 0 | 26 | 16 | 7 | 521 | 74 | 123 |
| Binary | 11101101 | 10111000 | 11001100 | 0 | 10110 | 1110 | 111 | 101010001 | 111100 | 1010011 |
Color Harmonies of #EDB8CC
Complementary color
Monochromatic Colors of #EDB8CC
Black with #EDB8CC
Text Example
Text Example
White with #EDB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8CC; }
p { color: rgb(237,184,204); }
H1.HeaderClassName
{
color: #EDB8CC;
}
.AnyTagClassName
{
color: #EDB8CC;
}
</style>
background-color css
<style>
a { background-color: #EDB8CC; }
a { background-color: rgb(237,184,204); }
div.DivClassName
{
background-color: #EDB8CC;
}
.BgClassName
{
background-color: #EDB8CC;
}
</style>
border-color css
<style>
span { border-color: #EDB8CC; }
span { border-color: rgb(237,184,204); }
td.TdClassName
{
border-color: #EDB8CC;
}
.TagClassName
{
border-color: #EDB8CC;
}
</style>