Shades of Chantilly #EDB7CB
Tints of Chantilly #EDB7CB
RGB
CMYK
RGB Variations
Color information
#EDB7CB (or 0xEDB7CB) is known color: Chantilly. HEX triplet: ED, B7 and CB. RGB value is (237,183,203). Sum of RGB (Red+Green+Blue) = 237+183+203=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7CB is #124834. Grayscale: #C9C9C9. Windows color (decimal): -1198133 or 13350893. OLE color: 13350893.
HSL color Cylindrical-coordinate representation of color #EDB7CB: hue angle of 337.78º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB7CB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 203 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.07 |
| HSL | 337.78º | 0.6% | 0.82% | - |
| HSV(B) | 337.78º | 0.23% | 0.93% | - |
| XYZ | 62.64 | 56.18 | 64.04 | - |
| YUV | 201.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 203 | 0 | 0.23 | 0.14 | 0.07 | 337.78 | 0.6 | 0.82 |
| Hex | ED | B7 | CB | 0 | 17 | E | 7 | 152 | 3C | 52 |
| Octal | 355 | 267 | 313 | 0 | 27 | 16 | 7 | 522 | 74 | 122 |
| Binary | 11101101 | 10110111 | 11001011 | 0 | 10111 | 1110 | 111 | 101010010 | 111100 | 1010010 |
Color Harmonies of #EDB7CB
Complementary color
Monochromatic Colors of #EDB7CB
Black with #EDB7CB
Text Example
Text Example
White with #EDB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7CB; }
p { color: rgb(237,183,203); }
H1.HeaderClassName
{
color: #EDB7CB;
}
.AnyTagClassName
{
color: #EDB7CB;
}
</style>
background-color css
<style>
a { background-color: #EDB7CB; }
a { background-color: rgb(237,183,203); }
div.DivClassName
{
background-color: #EDB7CB;
}
.BgClassName
{
background-color: #EDB7CB;
}
</style>
border-color css
<style>
span { border-color: #EDB7CB; }
span { border-color: rgb(237,183,203); }
td.TdClassName
{
border-color: #EDB7CB;
}
.TagClassName
{
border-color: #EDB7CB;
}
</style>