Shades of Chantilly #E6B6C7
Tints of Chantilly #E6B6C7
RGB
CMYK
RGB Variations
Color information
#E6B6C7 (or 0xE6B6C7) is known color: Chantilly. HEX triplet: E6, B6 and C7. RGB value is (230,182,199). Sum of RGB (Red+Green+Blue) = 230+182+199=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B6C7 is #194938. Grayscale: #C6C6C6. Windows color (decimal): -1657145 or 13088486. OLE color: 13088486.
HSL color Cylindrical-coordinate representation of color #E6B6C7: hue angle of 338.75º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6B6C7 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 199 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.10 |
| HSL | 338.75º | 0.49% | 0.81% | - |
| HSV(B) | 338.75º | 0.21% | 0.9% | - |
| XYZ | 59.67 | 54.4 | 61.39 | - |
| YUV | 198.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 199 | 0 | 0.21 | 0.13 | 0.10 | 338.75 | 0.49 | 0.81 |
| Hex | E6 | B6 | C7 | 0 | 15 | D | A | 153 | 31 | 51 |
| Octal | 346 | 266 | 307 | 0 | 25 | 15 | 12 | 523 | 61 | 121 |
| Binary | 11100110 | 10110110 | 11000111 | 0 | 10101 | 1101 | 1010 | 101010011 | 110001 | 1010001 |
Color Harmonies of #E6B6C7
Complementary color
Monochromatic Colors of #E6B6C7
Black with #E6B6C7
Text Example
Text Example
White with #E6B6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B6C7; }
p { color: rgb(230,182,199); }
H1.HeaderClassName
{
color: #E6B6C7;
}
.AnyTagClassName
{
color: #E6B6C7;
}
</style>
background-color css
<style>
a { background-color: #E6B6C7; }
a { background-color: rgb(230,182,199); }
div.DivClassName
{
background-color: #E6B6C7;
}
.BgClassName
{
background-color: #E6B6C7;
}
</style>
border-color css
<style>
span { border-color: #E6B6C7; }
span { border-color: rgb(230,182,199); }
td.TdClassName
{
border-color: #E6B6C7;
}
.TagClassName
{
border-color: #E6B6C7;
}
</style>