Shades of Chantilly #EEBFD0
Tints of Chantilly #EEBFD0
RGB
CMYK
RGB Variations
Color information
#EEBFD0 (or 0xEEBFD0) is known color: Chantilly. HEX triplet: EE, BF and D0. RGB value is (238,191,208). Sum of RGB (Red+Green+Blue) = 238+191+208=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD0 is #11402F. Grayscale: #CECECE. Windows color (decimal): -1130544 or 13680622. OLE color: 13680622.
HSL color Cylindrical-coordinate representation of color #EEBFD0: hue angle of 338.3º 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 #EEBFD0 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 208 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.07 |
| HSL | 338.3º | 0.58% | 0.84% | - |
| HSV(B) | 338.3º | 0.2% | 0.93% | - |
| XYZ | 65.28 | 59.99 | 67.81 | - |
| YUV | 206.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 208 | 0 | 0.20 | 0.13 | 0.07 | 338.3 | 0.58 | 0.84 |
| Hex | EE | BF | D0 | 0 | 14 | D | 7 | 152 | 3A | 54 |
| Octal | 356 | 277 | 320 | 0 | 24 | 15 | 7 | 522 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11010000 | 0 | 10100 | 1101 | 111 | 101010010 | 111010 | 1010100 |
Color Harmonies of #EEBFD0
Complementary color
Monochromatic Colors of #EEBFD0
Black with #EEBFD0
Text Example
Text Example
White with #EEBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFD0; }
p { color: rgb(238,191,208); }
H1.HeaderClassName
{
color: #EEBFD0;
}
.AnyTagClassName
{
color: #EEBFD0;
}
</style>
background-color css
<style>
a { background-color: #EEBFD0; }
a { background-color: rgb(238,191,208); }
div.DivClassName
{
background-color: #EEBFD0;
}
.BgClassName
{
background-color: #EEBFD0;
}
</style>
border-color css
<style>
span { border-color: #EEBFD0; }
span { border-color: rgb(238,191,208); }
td.TdClassName
{
border-color: #EEBFD0;
}
.TagClassName
{
border-color: #EEBFD0;
}
</style>