Shades of Chantilly #EEBFCF
Tints of Chantilly #EEBFCF
RGB
CMYK
RGB Variations
Color information
#EEBFCF (or 0xEEBFCF) is known color: Chantilly. HEX triplet: EE, BF and CF. RGB value is (238,191,207). Sum of RGB (Red+Green+Blue) = 238+191+207=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCF is #114030. Grayscale: #CECECE. Windows color (decimal): -1130545 or 13615086. OLE color: 13615086.
HSL color Cylindrical-coordinate representation of color #EEBFCF: hue angle of 339.57º 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 #EEBFCF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 207 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.07 |
| HSL | 339.57º | 0.58% | 0.84% | - |
| HSV(B) | 339.57º | 0.2% | 0.93% | - |
| XYZ | 65.15 | 59.94 | 67.17 | - |
| YUV | 206.88 | 128.07 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 207 | 0 | 0.20 | 0.13 | 0.07 | 339.57 | 0.58 | 0.84 |
| Hex | EE | BF | CF | 0 | 14 | D | 7 | 154 | 3A | 54 |
| Octal | 356 | 277 | 317 | 0 | 24 | 15 | 7 | 524 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11001111 | 0 | 10100 | 1101 | 111 | 101010100 | 111010 | 1010100 |
Color Harmonies of #EEBFCF
Complementary color
Monochromatic Colors of #EEBFCF
Black with #EEBFCF
Text Example
Text Example
White with #EEBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFCF; }
p { color: rgb(238,191,207); }
H1.HeaderClassName
{
color: #EEBFCF;
}
.AnyTagClassName
{
color: #EEBFCF;
}
</style>
background-color css
<style>
a { background-color: #EEBFCF; }
a { background-color: rgb(238,191,207); }
div.DivClassName
{
background-color: #EEBFCF;
}
.BgClassName
{
background-color: #EEBFCF;
}
</style>
border-color css
<style>
span { border-color: #EEBFCF; }
span { border-color: rgb(238,191,207); }
td.TdClassName
{
border-color: #EEBFCF;
}
.TagClassName
{
border-color: #EEBFCF;
}
</style>