Shades of Chantilly #EDB5CB
Tints of Chantilly #EDB5CB
RGB
CMYK
RGB Variations
Color information
#EDB5CB (or 0xEDB5CB) is known color: Chantilly. HEX triplet: ED, B5 and CB. RGB value is (237,181,203). Sum of RGB (Red+Green+Blue) = 237+181+203=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5CB is #124A34. Grayscale: #C8C8C8. Windows color (decimal): -1198645 or 13350381. OLE color: 13350381.
HSL color Cylindrical-coordinate representation of color #EDB5CB: hue angle of 336.43º 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 #EDB5CB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 203 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.07 |
| HSL | 336.43º | 0.61% | 0.82% | - |
| HSV(B) | 336.43º | 0.24% | 0.93% | - |
| XYZ | 62.23 | 55.36 | 63.91 | - |
| YUV | 200.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 203 | 0 | 0.24 | 0.14 | 0.07 | 336.43 | 0.61 | 0.82 |
| Hex | ED | B5 | CB | 0 | 18 | E | 7 | 150 | 3D | 52 |
| Octal | 355 | 265 | 313 | 0 | 30 | 16 | 7 | 520 | 75 | 122 |
| Binary | 11101101 | 10110101 | 11001011 | 0 | 11000 | 1110 | 111 | 101010000 | 111101 | 1010010 |
Color Harmonies of #EDB5CB
Complementary color
Monochromatic Colors of #EDB5CB
Black with #EDB5CB
Text Example
Text Example
White with #EDB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5CB; }
p { color: rgb(237,181,203); }
H1.HeaderClassName
{
color: #EDB5CB;
}
.AnyTagClassName
{
color: #EDB5CB;
}
</style>
background-color css
<style>
a { background-color: #EDB5CB; }
a { background-color: rgb(237,181,203); }
div.DivClassName
{
background-color: #EDB5CB;
}
.BgClassName
{
background-color: #EDB5CB;
}
</style>
border-color css
<style>
span { border-color: #EDB5CB; }
span { border-color: rgb(237,181,203); }
td.TdClassName
{
border-color: #EDB5CB;
}
.TagClassName
{
border-color: #EDB5CB;
}
</style>