Shades of Chantilly #EBB5C2
Tints of Chantilly #EBB5C2
RGB
CMYK
RGB Variations
Color information
#EBB5C2 (or 0xEBB5C2) is known color: Chantilly. HEX triplet: EB, B5 and C2. RGB value is (235,181,194). Sum of RGB (Red+Green+Blue) = 235+181+194=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5C2 is #144A3D. Grayscale: #C6C6C6. Windows color (decimal): -1329726 or 12760555. OLE color: 12760555.
HSL color Cylindrical-coordinate representation of color #EBB5C2: hue angle of 345.56º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5C2 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 194 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.08 |
| HSL | 345.56º | 0.57% | 0.82% | - |
| HSV(B) | 345.56º | 0.23% | 0.92% | - |
| XYZ | 60.52 | 54.6 | 58.39 | - |
| YUV | 198.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 194 | 0 | 0.23 | 0.17 | 0.08 | 345.56 | 0.57 | 0.82 |
| Hex | EB | B5 | C2 | 0 | 17 | 11 | 8 | 15A | 39 | 52 |
| Octal | 353 | 265 | 302 | 0 | 27 | 21 | 10 | 532 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11000010 | 0 | 10111 | 10001 | 1000 | 101011010 | 111001 | 1010010 |
Color Harmonies of #EBB5C2
Complementary color
Monochromatic Colors of #EBB5C2
Black with #EBB5C2
Text Example
Text Example
White with #EBB5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5C2; }
p { color: rgb(235,181,194); }
H1.HeaderClassName
{
color: #EBB5C2;
}
.AnyTagClassName
{
color: #EBB5C2;
}
</style>
background-color css
<style>
a { background-color: #EBB5C2; }
a { background-color: rgb(235,181,194); }
div.DivClassName
{
background-color: #EBB5C2;
}
.BgClassName
{
background-color: #EBB5C2;
}
</style>
border-color css
<style>
span { border-color: #EBB5C2; }
span { border-color: rgb(235,181,194); }
td.TdClassName
{
border-color: #EBB5C2;
}
.TagClassName
{
border-color: #EBB5C2;
}
</style>