Shades of Chantilly #EEBFCC
Tints of Chantilly #EEBFCC
RGB
CMYK
RGB Variations
Color information
#EEBFCC (or 0xEEBFCC) is known color: Chantilly. HEX triplet: EE, BF and CC. RGB value is (238,191,204). Sum of RGB (Red+Green+Blue) = 238+191+204=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCC is #114033. Grayscale: #CECECE. Windows color (decimal): -1130548 or 13418478. OLE color: 13418478.
HSL color Cylindrical-coordinate representation of color #EEBFCC: hue angle of 343.4º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFCC is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 204 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.07 |
| HSL | 343.4º | 0.58% | 0.84% | - |
| HSV(B) | 343.4º | 0.2% | 0.93% | - |
| XYZ | 64.79 | 59.8 | 65.25 | - |
| YUV | 206.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 204 | 0 | 0.20 | 0.14 | 0.07 | 343.4 | 0.58 | 0.84 |
| Hex | EE | BF | CC | 0 | 14 | E | 7 | 157 | 3A | 54 |
| Octal | 356 | 277 | 314 | 0 | 24 | 16 | 7 | 527 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11001100 | 0 | 10100 | 1110 | 111 | 101010111 | 111010 | 1010100 |
Color Harmonies of #EEBFCC
Complementary color
Monochromatic Colors of #EEBFCC
Black with #EEBFCC
Text Example
Text Example
White with #EEBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFCC; }
p { color: rgb(238,191,204); }
H1.HeaderClassName
{
color: #EEBFCC;
}
.AnyTagClassName
{
color: #EEBFCC;
}
</style>
background-color css
<style>
a { background-color: #EEBFCC; }
a { background-color: rgb(238,191,204); }
div.DivClassName
{
background-color: #EEBFCC;
}
.BgClassName
{
background-color: #EEBFCC;
}
</style>
border-color css
<style>
span { border-color: #EEBFCC; }
span { border-color: rgb(238,191,204); }
td.TdClassName
{
border-color: #EEBFCC;
}
.TagClassName
{
border-color: #EEBFCC;
}
</style>