Shades of Chantilly #EBB2C2
Tints of Chantilly #EBB2C2
RGB
CMYK
RGB Variations
Color information
#EBB2C2 (or 0xEBB2C2) is known color: Chantilly. HEX triplet: EB, B2 and C2. RGB value is (235,178,194). Sum of RGB (Red+Green+Blue) = 235+178+194=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C2 is #144D3D. Grayscale: #C4C4C4. Windows color (decimal): -1330494 or 12759787. OLE color: 12759787.
HSL color Cylindrical-coordinate representation of color #EBB2C2: hue angle of 343.16º 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 #EBB2C2 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 194 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.08 |
| HSL | 343.16º | 0.59% | 0.81% | - |
| HSV(B) | 343.16º | 0.24% | 0.92% | - |
| XYZ | 59.92 | 53.4 | 58.19 | - |
| YUV | 196.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 194 | 0 | 0.24 | 0.17 | 0.08 | 343.16 | 0.59 | 0.81 |
| Hex | EB | B2 | C2 | 0 | 18 | 11 | 8 | 157 | 3B | 51 |
| Octal | 353 | 262 | 302 | 0 | 30 | 21 | 10 | 527 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11000010 | 0 | 11000 | 10001 | 1000 | 101010111 | 111011 | 1010001 |
Color Harmonies of #EBB2C2
Complementary color
Monochromatic Colors of #EBB2C2
Black with #EBB2C2
Text Example
Text Example
White with #EBB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2C2; }
p { color: rgb(235,178,194); }
H1.HeaderClassName
{
color: #EBB2C2;
}
.AnyTagClassName
{
color: #EBB2C2;
}
</style>
background-color css
<style>
a { background-color: #EBB2C2; }
a { background-color: rgb(235,178,194); }
div.DivClassName
{
background-color: #EBB2C2;
}
.BgClassName
{
background-color: #EBB2C2;
}
</style>
border-color css
<style>
span { border-color: #EBB2C2; }
span { border-color: rgb(235,178,194); }
td.TdClassName
{
border-color: #EBB2C2;
}
.TagClassName
{
border-color: #EBB2C2;
}
</style>