Shades of Chantilly #EDB0CA
Tints of Chantilly #EDB0CA
RGB
CMYK
RGB Variations
Color information
#EDB0CA (or 0xEDB0CA) is known color: Chantilly. HEX triplet: ED, B0 and CA. RGB value is (237,176,202). Sum of RGB (Red+Green+Blue) = 237+176+202=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0CA is #124F35. Grayscale: #C5C5C5. Windows color (decimal): -1199926 or 13283565. OLE color: 13283565.
HSL color Cylindrical-coordinate representation of color #EDB0CA: hue angle of 334.43º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0CA is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 202 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.07 |
| HSL | 334.43º | 0.63% | 0.81% | - |
| HSV(B) | 334.43º | 0.26% | 0.93% | - |
| XYZ | 61.11 | 53.32 | 62.95 | - |
| YUV | 197.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 202 | 0 | 0.26 | 0.15 | 0.07 | 334.43 | 0.63 | 0.81 |
| Hex | ED | B0 | CA | 0 | 1A | F | 7 | 14E | 3F | 51 |
| Octal | 355 | 260 | 312 | 0 | 32 | 17 | 7 | 516 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11001010 | 0 | 11010 | 1111 | 111 | 101001110 | 111111 | 1010001 |
Color Harmonies of #EDB0CA
Complementary color
Monochromatic Colors of #EDB0CA
Black with #EDB0CA
Text Example
Text Example
White with #EDB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0CA; }
p { color: rgb(237,176,202); }
H1.HeaderClassName
{
color: #EDB0CA;
}
.AnyTagClassName
{
color: #EDB0CA;
}
</style>
background-color css
<style>
a { background-color: #EDB0CA; }
a { background-color: rgb(237,176,202); }
div.DivClassName
{
background-color: #EDB0CA;
}
.BgClassName
{
background-color: #EDB0CA;
}
</style>
border-color css
<style>
span { border-color: #EDB0CA; }
span { border-color: rgb(237,176,202); }
td.TdClassName
{
border-color: #EDB0CA;
}
.TagClassName
{
border-color: #EDB0CA;
}
</style>