Shades of Chantilly #EEBFCE
Tints of Chantilly #EEBFCE
RGB
CMYK
RGB Variations
Color information
#EEBFCE (or 0xEEBFCE) is known color: Chantilly. HEX triplet: EE, BF and CE. RGB value is (238,191,206). Sum of RGB (Red+Green+Blue) = 238+191+206=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCE is #114031. Grayscale: #CECECE. Windows color (decimal): -1130546 or 13549550. OLE color: 13549550.
HSL color Cylindrical-coordinate representation of color #EEBFCE: hue angle of 340.85º 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 #EEBFCE is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 206 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.07 |
| HSL | 340.85º | 0.58% | 0.84% | - |
| HSV(B) | 340.85º | 0.2% | 0.93% | - |
| XYZ | 65.03 | 59.89 | 66.53 | - |
| YUV | 206.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 206 | 0 | 0.20 | 0.13 | 0.07 | 340.85 | 0.58 | 0.84 |
| Hex | EE | BF | CE | 0 | 14 | D | 7 | 155 | 3A | 54 |
| Octal | 356 | 277 | 316 | 0 | 24 | 15 | 7 | 525 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11001110 | 0 | 10100 | 1101 | 111 | 101010101 | 111010 | 1010100 |
Color Harmonies of #EEBFCE
Complementary color
Monochromatic Colors of #EEBFCE
Black with #EEBFCE
Text Example
Text Example
White with #EEBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFCE; }
p { color: rgb(238,191,206); }
H1.HeaderClassName
{
color: #EEBFCE;
}
.AnyTagClassName
{
color: #EEBFCE;
}
</style>
background-color css
<style>
a { background-color: #EEBFCE; }
a { background-color: rgb(238,191,206); }
div.DivClassName
{
background-color: #EEBFCE;
}
.BgClassName
{
background-color: #EEBFCE;
}
</style>
border-color css
<style>
span { border-color: #EEBFCE; }
span { border-color: rgb(238,191,206); }
td.TdClassName
{
border-color: #EEBFCE;
}
.TagClassName
{
border-color: #EEBFCE;
}
</style>