Shades of Chantilly #EBBBCC
Tints of Chantilly #EBBBCC
RGB
CMYK
RGB Variations
Color information
#EBBBCC (or 0xEBBBCC) is known color: Chantilly. HEX triplet: EB, BB and CC. RGB value is (235,187,204). Sum of RGB (Red+Green+Blue) = 235+187+204=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBCC is #144433. Grayscale: #CBCBCB. Windows color (decimal): -1328180 or 13417451. OLE color: 13417451.
HSL color Cylindrical-coordinate representation of color #EBBBCC: hue angle of 338.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBCC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 204 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.08 |
| HSL | 338.75º | 0.55% | 0.83% | - |
| HSV(B) | 338.75º | 0.2% | 0.92% | - |
| XYZ | 62.93 | 57.56 | 64.92 | - |
| YUV | 203.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 204 | 0 | 0.20 | 0.13 | 0.08 | 338.75 | 0.55 | 0.83 |
| Hex | EB | BB | CC | 0 | 14 | D | 8 | 153 | 37 | 53 |
| Octal | 353 | 273 | 314 | 0 | 24 | 15 | 10 | 523 | 67 | 123 |
| Binary | 11101011 | 10111011 | 11001100 | 0 | 10100 | 1101 | 1000 | 101010011 | 110111 | 1010011 |
Color Harmonies of #EBBBCC
Complementary color
Monochromatic Colors of #EBBBCC
Black with #EBBBCC
Text Example
Text Example
White with #EBBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBCC; }
p { color: rgb(235,187,204); }
H1.HeaderClassName
{
color: #EBBBCC;
}
.AnyTagClassName
{
color: #EBBBCC;
}
</style>
background-color css
<style>
a { background-color: #EBBBCC; }
a { background-color: rgb(235,187,204); }
div.DivClassName
{
background-color: #EBBBCC;
}
.BgClassName
{
background-color: #EBBBCC;
}
</style>
border-color css
<style>
span { border-color: #EBBBCC; }
span { border-color: rgb(235,187,204); }
td.TdClassName
{
border-color: #EBBBCC;
}
.TagClassName
{
border-color: #EBBBCC;
}
</style>