Shades of Chantilly #E6B8CB
Tints of Chantilly #E6B8CB
RGB
CMYK
RGB Variations
Color information
#E6B8CB (or 0xE6B8CB) is known color: Chantilly. HEX triplet: E6, B8 and CB. RGB value is (230,184,203). Sum of RGB (Red+Green+Blue) = 230+184+203=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B8CB is #194734. Grayscale: #C7C7C7. Windows color (decimal): -1656629 or 13351142. OLE color: 13351142.
HSL color Cylindrical-coordinate representation of color #E6B8CB: hue angle of 335.22º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B8CB is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 203 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.10 |
| HSL | 335.22º | 0.48% | 0.81% | - |
| HSV(B) | 335.22º | 0.2% | 0.9% | - |
| XYZ | 60.55 | 55.42 | 64 | - |
| YUV | 199.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 203 | 0 | 0.2 | 0.12 | 0.10 | 335.22 | 0.48 | 0.81 |
| Hex | E6 | B8 | CB | 0 | 14 | C | A | 14F | 30 | 51 |
| Octal | 346 | 270 | 313 | 0 | 24 | 14 | 12 | 517 | 60 | 121 |
| Binary | 11100110 | 10111000 | 11001011 | 0 | 10100 | 1100 | 1010 | 101001111 | 110000 | 1010001 |
Color Harmonies of #E6B8CB
Complementary color
Monochromatic Colors of #E6B8CB
Black with #E6B8CB
Text Example
Text Example
White with #E6B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B8CB; }
p { color: rgb(230,184,203); }
H1.HeaderClassName
{
color: #E6B8CB;
}
.AnyTagClassName
{
color: #E6B8CB;
}
</style>
background-color css
<style>
a { background-color: #E6B8CB; }
a { background-color: rgb(230,184,203); }
div.DivClassName
{
background-color: #E6B8CB;
}
.BgClassName
{
background-color: #E6B8CB;
}
</style>
border-color css
<style>
span { border-color: #E6B8CB; }
span { border-color: rgb(230,184,203); }
td.TdClassName
{
border-color: #E6B8CB;
}
.TagClassName
{
border-color: #E6B8CB;
}
</style>