Shades of Chantilly #E6BFCC
Tints of Chantilly #E6BFCC
RGB
CMYK
RGB Variations
Color information
#E6BFCC (or 0xE6BFCC) is known color: Chantilly. HEX triplet: E6, BF and CC. RGB value is (230,191,204). Sum of RGB (Red+Green+Blue) = 230+191+204=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFCC is #194033. Grayscale: #CCCCCC. Windows color (decimal): -1654836 or 13418470. OLE color: 13418470.
HSL color Cylindrical-coordinate representation of color #E6BFCC: hue angle of 340º 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 #E6BFCC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 204 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.10 |
| HSL | 340º | 0.44% | 0.83% | - |
| HSV(B) | 340º | 0.17% | 0.9% | - |
| XYZ | 62.16 | 58.44 | 65.13 | - |
| YUV | 204.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 204 | 0 | 0.17 | 0.11 | 0.10 | 340 | 0.44 | 0.83 |
| Hex | E6 | BF | CC | 0 | 11 | B | A | 154 | 2C | 53 |
| Octal | 346 | 277 | 314 | 0 | 21 | 13 | 12 | 524 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11001100 | 0 | 10001 | 1011 | 1010 | 101010100 | 101100 | 1010011 |
Color Harmonies of #E6BFCC
Complementary color
Monochromatic Colors of #E6BFCC
Black with #E6BFCC
Text Example
Text Example
White with #E6BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFCC; }
p { color: rgb(230,191,204); }
H1.HeaderClassName
{
color: #E6BFCC;
}
.AnyTagClassName
{
color: #E6BFCC;
}
</style>
background-color css
<style>
a { background-color: #E6BFCC; }
a { background-color: rgb(230,191,204); }
div.DivClassName
{
background-color: #E6BFCC;
}
.BgClassName
{
background-color: #E6BFCC;
}
</style>
border-color css
<style>
span { border-color: #E6BFCC; }
span { border-color: rgb(230,191,204); }
td.TdClassName
{
border-color: #E6BFCC;
}
.TagClassName
{
border-color: #E6BFCC;
}
</style>