Shades of Chantilly #E8B5C2
Tints of Chantilly #E8B5C2
RGB
CMYK
RGB Variations
Color information
#E8B5C2 (or 0xE8B5C2) is known color: Chantilly. HEX triplet: E8, B5 and C2. RGB value is (232,181,194). Sum of RGB (Red+Green+Blue) = 232+181+194=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B5C2 is #174A3D. Grayscale: #C5C5C5. Windows color (decimal): -1526334 or 12760552. OLE color: 12760552.
HSL color Cylindrical-coordinate representation of color #E8B5C2: hue angle of 344.71º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B5C2 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 181 | 194 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.09 |
| HSL | 344.71º | 0.53% | 0.81% | - |
| HSV(B) | 344.71º | 0.22% | 0.91% | - |
| XYZ | 59.54 | 54.1 | 58.34 | - |
| YUV | 197.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 181 | 194 | 0 | 0.22 | 0.16 | 0.09 | 344.71 | 0.53 | 0.81 |
| Hex | E8 | B5 | C2 | 0 | 16 | 10 | 9 | 159 | 35 | 51 |
| Octal | 350 | 265 | 302 | 0 | 26 | 20 | 11 | 531 | 65 | 121 |
| Binary | 11101000 | 10110101 | 11000010 | 0 | 10110 | 10000 | 1001 | 101011001 | 110101 | 1010001 |
Color Harmonies of #E8B5C2
Complementary color
Monochromatic Colors of #E8B5C2
Black with #E8B5C2
Text Example
Text Example
White with #E8B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B5C2; }
p { color: rgb(232,181,194); }
H1.HeaderClassName
{
color: #E8B5C2;
}
.AnyTagClassName
{
color: #E8B5C2;
}
</style>
background-color css
<style>
a { background-color: #E8B5C2; }
a { background-color: rgb(232,181,194); }
div.DivClassName
{
background-color: #E8B5C2;
}
.BgClassName
{
background-color: #E8B5C2;
}
</style>
border-color css
<style>
span { border-color: #E8B5C2; }
span { border-color: rgb(232,181,194); }
td.TdClassName
{
border-color: #E8B5C2;
}
.TagClassName
{
border-color: #E8B5C2;
}
</style>