Shades of Chantilly #EBC0CB
Tints of Chantilly #EBC0CB
RGB
CMYK
RGB Variations
Color information
#EBC0CB (or 0xEBC0CB) is known color: Chantilly. HEX triplet: EB, C0 and CB. RGB value is (235,192,203). Sum of RGB (Red+Green+Blue) = 235+192+203=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0CB is #143F34. Grayscale: #CECECE. Windows color (decimal): -1326901 or 13353195. OLE color: 13353195.
HSL color Cylindrical-coordinate representation of color #EBC0CB: hue angle of 344.65º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0CB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 203 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.08 |
| HSL | 344.65º | 0.52% | 0.84% | - |
| HSV(B) | 344.65º | 0.18% | 0.92% | - |
| XYZ | 63.89 | 59.67 | 64.65 | - |
| YUV | 206.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 203 | 0 | 0.18 | 0.14 | 0.08 | 344.65 | 0.52 | 0.84 |
| Hex | EB | C0 | CB | 0 | 12 | E | 8 | 159 | 34 | 54 |
| Octal | 353 | 300 | 313 | 0 | 22 | 16 | 10 | 531 | 64 | 124 |
| Binary | 11101011 | 11000000 | 11001011 | 0 | 10010 | 1110 | 1000 | 101011001 | 110100 | 1010100 |
Color Harmonies of #EBC0CB
Complementary color
Monochromatic Colors of #EBC0CB
Black with #EBC0CB
Text Example
Text Example
White with #EBC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0CB; }
p { color: rgb(235,192,203); }
H1.HeaderClassName
{
color: #EBC0CB;
}
.AnyTagClassName
{
color: #EBC0CB;
}
</style>
background-color css
<style>
a { background-color: #EBC0CB; }
a { background-color: rgb(235,192,203); }
div.DivClassName
{
background-color: #EBC0CB;
}
.BgClassName
{
background-color: #EBC0CB;
}
</style>
border-color css
<style>
span { border-color: #EBC0CB; }
span { border-color: rgb(235,192,203); }
td.TdClassName
{
border-color: #EBC0CB;
}
.TagClassName
{
border-color: #EBC0CB;
}
</style>