Shades of Chantilly #EDB8CD
Tints of Chantilly #EDB8CD
RGB
CMYK
RGB Variations
Color information
#EDB8CD (or 0xEDB8CD) is known color: Chantilly. HEX triplet: ED, B8 and CD. RGB value is (237,184,205). Sum of RGB (Red+Green+Blue) = 237+184+205=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB8CD is #124732. Grayscale: #CACACA. Windows color (decimal): -1197875 or 13482221. OLE color: 13482221.
HSL color Cylindrical-coordinate representation of color #EDB8CD: hue angle of 336.23º 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 #EDB8CD is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 205 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.07 |
| HSL | 336.23º | 0.6% | 0.83% | - |
| HSV(B) | 336.23º | 0.22% | 0.93% | - |
| XYZ | 63.08 | 56.69 | 65.38 | - |
| YUV | 202.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 205 | 0 | 0.22 | 0.14 | 0.07 | 336.23 | 0.6 | 0.83 |
| Hex | ED | B8 | CD | 0 | 16 | E | 7 | 150 | 3C | 53 |
| Octal | 355 | 270 | 315 | 0 | 26 | 16 | 7 | 520 | 74 | 123 |
| Binary | 11101101 | 10111000 | 11001101 | 0 | 10110 | 1110 | 111 | 101010000 | 111100 | 1010011 |
Color Harmonies of #EDB8CD
Complementary color
Monochromatic Colors of #EDB8CD
Black with #EDB8CD
Text Example
Text Example
White with #EDB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8CD; }
p { color: rgb(237,184,205); }
H1.HeaderClassName
{
color: #EDB8CD;
}
.AnyTagClassName
{
color: #EDB8CD;
}
</style>
background-color css
<style>
a { background-color: #EDB8CD; }
a { background-color: rgb(237,184,205); }
div.DivClassName
{
background-color: #EDB8CD;
}
.BgClassName
{
background-color: #EDB8CD;
}
</style>
border-color css
<style>
span { border-color: #EDB8CD; }
span { border-color: rgb(237,184,205); }
td.TdClassName
{
border-color: #EDB8CD;
}
.TagClassName
{
border-color: #EDB8CD;
}
</style>