Shades of Chantilly #E9BFCC
Tints of Chantilly #E9BFCC
RGB
CMYK
RGB Variations
Color information
#E9BFCC (or 0xE9BFCC) is known color: Chantilly. HEX triplet: E9, BF and CC. RGB value is (233,191,204). Sum of RGB (Red+Green+Blue) = 233+191+204=628 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.10% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFCC is #164033. Grayscale: #CDCDCD. Windows color (decimal): -1458228 or 13418473. OLE color: 13418473.
HSL color Cylindrical-coordinate representation of color #E9BFCC: hue angle of 341.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFCC is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 204 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.09 |
| HSL | 341.43º | 0.49% | 0.83% | - |
| HSV(B) | 341.43º | 0.18% | 0.91% | - |
| XYZ | 63.13 | 58.94 | 65.18 | - |
| YUV | 205.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 204 | 0 | 0.18 | 0.12 | 0.09 | 341.43 | 0.49 | 0.83 |
| Hex | E9 | BF | CC | 0 | 12 | C | 9 | 155 | 31 | 53 |
| Octal | 351 | 277 | 314 | 0 | 22 | 14 | 11 | 525 | 61 | 123 |
| Binary | 11101001 | 10111111 | 11001100 | 0 | 10010 | 1100 | 1001 | 101010101 | 110001 | 1010011 |
Color Harmonies of #E9BFCC
Complementary color
Monochromatic Colors of #E9BFCC
Black with #E9BFCC
Text Example
Text Example
White with #E9BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFCC; }
p { color: rgb(233,191,204); }
H1.HeaderClassName
{
color: #E9BFCC;
}
.AnyTagClassName
{
color: #E9BFCC;
}
</style>
background-color css
<style>
a { background-color: #E9BFCC; }
a { background-color: rgb(233,191,204); }
div.DivClassName
{
background-color: #E9BFCC;
}
.BgClassName
{
background-color: #E9BFCC;
}
</style>
border-color css
<style>
span { border-color: #E9BFCC; }
span { border-color: rgb(233,191,204); }
td.TdClassName
{
border-color: #E9BFCC;
}
.TagClassName
{
border-color: #E9BFCC;
}
</style>