Shades of Chantilly #E6B5CB
Tints of Chantilly #E6B5CB
RGB
CMYK
RGB Variations
Color information
#E6B5CB (or 0xE6B5CB) is known color: Chantilly. HEX triplet: E6, B5 and CB. RGB value is (230,181,203). Sum of RGB (Red+Green+Blue) = 230+181+203=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5CB is #194A34. Grayscale: #C6C6C6. Windows color (decimal): -1657397 or 13350374. OLE color: 13350374.
HSL color Cylindrical-coordinate representation of color #E6B5CB: hue angle of 333.06º 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 #E6B5CB is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 203 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.10 |
| HSL | 333.06º | 0.49% | 0.81% | - |
| HSV(B) | 333.06º | 0.21% | 0.9% | - |
| XYZ | 59.94 | 54.18 | 63.8 | - |
| YUV | 198.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 203 | 0 | 0.21 | 0.12 | 0.10 | 333.06 | 0.49 | 0.81 |
| Hex | E6 | B5 | CB | 0 | 15 | C | A | 14D | 31 | 51 |
| Octal | 346 | 265 | 313 | 0 | 25 | 14 | 12 | 515 | 61 | 121 |
| Binary | 11100110 | 10110101 | 11001011 | 0 | 10101 | 1100 | 1010 | 101001101 | 110001 | 1010001 |
Color Harmonies of #E6B5CB
Complementary color
Monochromatic Colors of #E6B5CB
Black with #E6B5CB
Text Example
Text Example
White with #E6B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B5CB; }
p { color: rgb(230,181,203); }
H1.HeaderClassName
{
color: #E6B5CB;
}
.AnyTagClassName
{
color: #E6B5CB;
}
</style>
background-color css
<style>
a { background-color: #E6B5CB; }
a { background-color: rgb(230,181,203); }
div.DivClassName
{
background-color: #E6B5CB;
}
.BgClassName
{
background-color: #E6B5CB;
}
</style>
border-color css
<style>
span { border-color: #E6B5CB; }
span { border-color: rgb(230,181,203); }
td.TdClassName
{
border-color: #E6B5CB;
}
.TagClassName
{
border-color: #E6B5CB;
}
</style>