Shades of Chantilly #EDB5CA
Tints of Chantilly #EDB5CA
RGB
CMYK
RGB Variations
Color information
#EDB5CA (or 0xEDB5CA) is known color: Chantilly. HEX triplet: ED, B5 and CA. RGB value is (237,181,202). Sum of RGB (Red+Green+Blue) = 237+181+202=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5CA is #124A35. Grayscale: #C8C8C8. Windows color (decimal): -1198646 or 13284845. OLE color: 13284845.
HSL color Cylindrical-coordinate representation of color #EDB5CA: hue angle of 337.5º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB5CA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 202 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.07 |
| HSL | 337.5º | 0.61% | 0.82% | - |
| HSV(B) | 337.5º | 0.24% | 0.93% | - |
| XYZ | 62.11 | 55.32 | 63.28 | - |
| YUV | 200.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 202 | 0 | 0.24 | 0.15 | 0.07 | 337.5 | 0.61 | 0.82 |
| Hex | ED | B5 | CA | 0 | 18 | F | 7 | 152 | 3D | 52 |
| Octal | 355 | 265 | 312 | 0 | 30 | 17 | 7 | 522 | 75 | 122 |
| Binary | 11101101 | 10110101 | 11001010 | 0 | 11000 | 1111 | 111 | 101010010 | 111101 | 1010010 |
Color Harmonies of #EDB5CA
Complementary color
Monochromatic Colors of #EDB5CA
Black with #EDB5CA
Text Example
Text Example
White with #EDB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5CA; }
p { color: rgb(237,181,202); }
H1.HeaderClassName
{
color: #EDB5CA;
}
.AnyTagClassName
{
color: #EDB5CA;
}
</style>
background-color css
<style>
a { background-color: #EDB5CA; }
a { background-color: rgb(237,181,202); }
div.DivClassName
{
background-color: #EDB5CA;
}
.BgClassName
{
background-color: #EDB5CA;
}
</style>
border-color css
<style>
span { border-color: #EDB5CA; }
span { border-color: rgb(237,181,202); }
td.TdClassName
{
border-color: #EDB5CA;
}
.TagClassName
{
border-color: #EDB5CA;
}
</style>