Shades of Chantilly #E6BEC8
Tints of Chantilly #E6BEC8
RGB
CMYK
RGB Variations
Color information
#E6BEC8 (or 0xE6BEC8) is known color: Chantilly. HEX triplet: E6, BE and C8. RGB value is (230,190,200). Sum of RGB (Red+Green+Blue) = 230+190+200=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEC8 is #194137. Grayscale: #CBCBCB. Windows color (decimal): -1655096 or 13156070. OLE color: 13156070.
HSL color Cylindrical-coordinate representation of color #E6BEC8: hue angle of 345º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BEC8 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 200 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.10 |
| HSL | 345º | 0.44% | 0.82% | - |
| HSV(B) | 345º | 0.17% | 0.9% | - |
| XYZ | 61.47 | 57.82 | 62.56 | - |
| YUV | 203.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 200 | 0 | 0.17 | 0.13 | 0.10 | 345 | 0.44 | 0.82 |
| Hex | E6 | BE | C8 | 0 | 11 | D | A | 159 | 2C | 52 |
| Octal | 346 | 276 | 310 | 0 | 21 | 15 | 12 | 531 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11001000 | 0 | 10001 | 1101 | 1010 | 101011001 | 101100 | 1010010 |
Color Harmonies of #E6BEC8
Complementary color
Monochromatic Colors of #E6BEC8
Black with #E6BEC8
Text Example
Text Example
White with #E6BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEC8; }
p { color: rgb(230,190,200); }
H1.HeaderClassName
{
color: #E6BEC8;
}
.AnyTagClassName
{
color: #E6BEC8;
}
</style>
background-color css
<style>
a { background-color: #E6BEC8; }
a { background-color: rgb(230,190,200); }
div.DivClassName
{
background-color: #E6BEC8;
}
.BgClassName
{
background-color: #E6BEC8;
}
</style>
border-color css
<style>
span { border-color: #E6BEC8; }
span { border-color: rgb(230,190,200); }
td.TdClassName
{
border-color: #E6BEC8;
}
.TagClassName
{
border-color: #E6BEC8;
}
</style>