Shades of Chantilly #EBB2C8
Tints of Chantilly #EBB2C8
RGB
CMYK
RGB Variations
Color information
#EBB2C8 (or 0xEBB2C8) is known color: Chantilly. HEX triplet: EB, B2 and C8. RGB value is (235,178,200). Sum of RGB (Red+Green+Blue) = 235+178+200=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C8 is #144D37. Grayscale: #C5C5C5. Windows color (decimal): -1330488 or 13153003. OLE color: 13153003.
HSL color Cylindrical-coordinate representation of color #EBB2C8: hue angle of 336.84º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2C8 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 200 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.08 |
| HSL | 336.84º | 0.59% | 0.81% | - |
| HSV(B) | 336.84º | 0.24% | 0.92% | - |
| XYZ | 60.61 | 53.67 | 61.81 | - |
| YUV | 197.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 200 | 0 | 0.24 | 0.15 | 0.08 | 336.84 | 0.59 | 0.81 |
| Hex | EB | B2 | C8 | 0 | 18 | F | 8 | 151 | 3B | 51 |
| Octal | 353 | 262 | 310 | 0 | 30 | 17 | 10 | 521 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11001000 | 0 | 11000 | 1111 | 1000 | 101010001 | 111011 | 1010001 |
Color Harmonies of #EBB2C8
Complementary color
Monochromatic Colors of #EBB2C8
Black with #EBB2C8
Text Example
Text Example
White with #EBB2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2C8; }
p { color: rgb(235,178,200); }
H1.HeaderClassName
{
color: #EBB2C8;
}
.AnyTagClassName
{
color: #EBB2C8;
}
</style>
background-color css
<style>
a { background-color: #EBB2C8; }
a { background-color: rgb(235,178,200); }
div.DivClassName
{
background-color: #EBB2C8;
}
.BgClassName
{
background-color: #EBB2C8;
}
</style>
border-color css
<style>
span { border-color: #EBB2C8; }
span { border-color: rgb(235,178,200); }
td.TdClassName
{
border-color: #EBB2C8;
}
.TagClassName
{
border-color: #EBB2C8;
}
</style>