Shades of Chantilly #EBB0C3
Tints of Chantilly #EBB0C3
RGB
CMYK
RGB Variations
Color information
#EBB0C3 (or 0xEBB0C3) is known color: Chantilly. HEX triplet: EB, B0 and C3. RGB value is (235,176,195). Sum of RGB (Red+Green+Blue) = 235+176+195=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C3 is #144F3C. Grayscale: #C3C3C3. Windows color (decimal): -1331005 or 12824811. OLE color: 12824811.
HSL color Cylindrical-coordinate representation of color #EBB0C3: hue angle of 340.68º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0C3 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 195 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.08 |
| HSL | 340.68º | 0.6% | 0.81% | - |
| HSV(B) | 340.68º | 0.25% | 0.92% | - |
| XYZ | 59.64 | 52.65 | 58.65 | - |
| YUV | 195.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 195 | 0 | 0.25 | 0.17 | 0.08 | 340.68 | 0.6 | 0.81 |
| Hex | EB | B0 | C3 | 0 | 19 | 11 | 8 | 155 | 3C | 51 |
| Octal | 353 | 260 | 303 | 0 | 31 | 21 | 10 | 525 | 74 | 121 |
| Binary | 11101011 | 10110000 | 11000011 | 0 | 11001 | 10001 | 1000 | 101010101 | 111100 | 1010001 |
Color Harmonies of #EBB0C3
Complementary color
Monochromatic Colors of #EBB0C3
Black with #EBB0C3
Text Example
Text Example
White with #EBB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0C3; }
p { color: rgb(235,176,195); }
H1.HeaderClassName
{
color: #EBB0C3;
}
.AnyTagClassName
{
color: #EBB0C3;
}
</style>
background-color css
<style>
a { background-color: #EBB0C3; }
a { background-color: rgb(235,176,195); }
div.DivClassName
{
background-color: #EBB0C3;
}
.BgClassName
{
background-color: #EBB0C3;
}
</style>
border-color css
<style>
span { border-color: #EBB0C3; }
span { border-color: rgb(235,176,195); }
td.TdClassName
{
border-color: #EBB0C3;
}
.TagClassName
{
border-color: #EBB0C3;
}
</style>