Shades of Chantilly #EBBBC4
Tints of Chantilly #EBBBC4
RGB
CMYK
RGB Variations
Color information
#EBBBC4 (or 0xEBBBC4) is known color: Chantilly. HEX triplet: EB, BB and C4. RGB value is (235,187,196). Sum of RGB (Red+Green+Blue) = 235+187+196=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC4 is #14443B. Grayscale: #CACACA. Windows color (decimal): -1328188 or 12893163. OLE color: 12893163.
HSL color Cylindrical-coordinate representation of color #EBBBC4: hue angle of 348.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 #EBBBC4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 196 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.08 |
| HSL | 348.75º | 0.55% | 0.83% | - |
| HSV(B) | 348.75º | 0.2% | 0.92% | - |
| XYZ | 62 | 57.19 | 60 | - |
| YUV | 202.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 196 | 0 | 0.20 | 0.17 | 0.08 | 348.75 | 0.55 | 0.83 |
| Hex | EB | BB | C4 | 0 | 14 | 11 | 8 | 15D | 37 | 53 |
| Octal | 353 | 273 | 304 | 0 | 24 | 21 | 10 | 535 | 67 | 123 |
| Binary | 11101011 | 10111011 | 11000100 | 0 | 10100 | 10001 | 1000 | 101011101 | 110111 | 1010011 |
Color Harmonies of #EBBBC4
Complementary color
Monochromatic Colors of #EBBBC4
Black with #EBBBC4
Text Example
Text Example
White with #EBBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBC4; }
p { color: rgb(235,187,196); }
H1.HeaderClassName
{
color: #EBBBC4;
}
.AnyTagClassName
{
color: #EBBBC4;
}
</style>
background-color css
<style>
a { background-color: #EBBBC4; }
a { background-color: rgb(235,187,196); }
div.DivClassName
{
background-color: #EBBBC4;
}
.BgClassName
{
background-color: #EBBBC4;
}
</style>
border-color css
<style>
span { border-color: #EBBBC4; }
span { border-color: rgb(235,187,196); }
td.TdClassName
{
border-color: #EBBBC4;
}
.TagClassName
{
border-color: #EBBBC4;
}
</style>