Shades of Chantilly #E6B6CB
Tints of Chantilly #E6B6CB
RGB
CMYK
RGB Variations
Color information
#E6B6CB (or 0xE6B6CB) is known color: Chantilly. HEX triplet: E6, B6 and CB. RGB value is (230,182,203). Sum of RGB (Red+Green+Blue) = 230+182+203=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B6CB is #194934. Grayscale: #C6C6C6. Windows color (decimal): -1657141 or 13350630. OLE color: 13350630.
HSL color Cylindrical-coordinate representation of color #E6B6CB: hue angle of 333.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 #E6B6CB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 203 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.10 |
| HSL | 333.75º | 0.49% | 0.81% | - |
| HSV(B) | 333.75º | 0.21% | 0.9% | - |
| XYZ | 60.14 | 54.59 | 63.87 | - |
| YUV | 198.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 203 | 0 | 0.21 | 0.12 | 0.10 | 333.75 | 0.49 | 0.81 |
| Hex | E6 | B6 | CB | 0 | 15 | C | A | 14E | 31 | 51 |
| Octal | 346 | 266 | 313 | 0 | 25 | 14 | 12 | 516 | 61 | 121 |
| Binary | 11100110 | 10110110 | 11001011 | 0 | 10101 | 1100 | 1010 | 101001110 | 110001 | 1010001 |
Color Harmonies of #E6B6CB
Complementary color
Monochromatic Colors of #E6B6CB
Black with #E6B6CB
Text Example
Text Example
White with #E6B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B6CB; }
p { color: rgb(230,182,203); }
H1.HeaderClassName
{
color: #E6B6CB;
}
.AnyTagClassName
{
color: #E6B6CB;
}
</style>
background-color css
<style>
a { background-color: #E6B6CB; }
a { background-color: rgb(230,182,203); }
div.DivClassName
{
background-color: #E6B6CB;
}
.BgClassName
{
background-color: #E6B6CB;
}
</style>
border-color css
<style>
span { border-color: #E6B6CB; }
span { border-color: rgb(230,182,203); }
td.TdClassName
{
border-color: #E6B6CB;
}
.TagClassName
{
border-color: #E6B6CB;
}
</style>