Shades of Chantilly #E6BFCB
Tints of Chantilly #E6BFCB
RGB
CMYK
RGB Variations
Color information
#E6BFCB (or 0xE6BFCB) is known color: Chantilly. HEX triplet: E6, BF and CB. RGB value is (230,191,203). Sum of RGB (Red+Green+Blue) = 230+191+203=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFCB is #194034. Grayscale: #CCCCCC. Windows color (decimal): -1654837 or 13352934. OLE color: 13352934.
HSL color Cylindrical-coordinate representation of color #E6BFCB: hue angle of 341.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFCB is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 203 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.10 |
| HSL | 341.54º | 0.44% | 0.83% | - |
| HSV(B) | 341.54º | 0.17% | 0.9% | - |
| XYZ | 62.04 | 58.4 | 64.5 | - |
| YUV | 204.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 203 | 0 | 0.17 | 0.12 | 0.10 | 341.54 | 0.44 | 0.83 |
| Hex | E6 | BF | CB | 0 | 11 | C | A | 156 | 2C | 53 |
| Octal | 346 | 277 | 313 | 0 | 21 | 14 | 12 | 526 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11001011 | 0 | 10001 | 1100 | 1010 | 101010110 | 101100 | 1010011 |
Color Harmonies of #E6BFCB
Complementary color
Monochromatic Colors of #E6BFCB
Black with #E6BFCB
Text Example
Text Example
White with #E6BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFCB; }
p { color: rgb(230,191,203); }
H1.HeaderClassName
{
color: #E6BFCB;
}
.AnyTagClassName
{
color: #E6BFCB;
}
</style>
background-color css
<style>
a { background-color: #E6BFCB; }
a { background-color: rgb(230,191,203); }
div.DivClassName
{
background-color: #E6BFCB;
}
.BgClassName
{
background-color: #E6BFCB;
}
</style>
border-color css
<style>
span { border-color: #E6BFCB; }
span { border-color: rgb(230,191,203); }
td.TdClassName
{
border-color: #E6BFCB;
}
.TagClassName
{
border-color: #E6BFCB;
}
</style>