Shades of Chantilly #EEBCD1
Tints of Chantilly #EEBCD1
RGB
CMYK
RGB Variations
Color information
#EEBCD1 (or 0xEEBCD1) is known color: Chantilly. HEX triplet: EE, BC and D1. RGB value is (238,188,209). Sum of RGB (Red+Green+Blue) = 238+188+209=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD1 is #11432E. Grayscale: #CDCDCD. Windows color (decimal): -1131311 or 13745390. OLE color: 13745390.
HSL color Cylindrical-coordinate representation of color #EEBCD1: hue angle of 334.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCD1 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 209 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.07 |
| HSL | 334.8º | 0.6% | 0.84% | - |
| HSV(B) | 334.8º | 0.21% | 0.93% | - |
| XYZ | 64.75 | 58.75 | 68.25 | - |
| YUV | 205.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 209 | 0 | 0.21 | 0.12 | 0.07 | 334.8 | 0.6 | 0.84 |
| Hex | EE | BC | D1 | 0 | 15 | C | 7 | 14F | 3C | 54 |
| Octal | 356 | 274 | 321 | 0 | 25 | 14 | 7 | 517 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11010001 | 0 | 10101 | 1100 | 111 | 101001111 | 111100 | 1010100 |
Color Harmonies of #EEBCD1
Complementary color
Monochromatic Colors of #EEBCD1
Black with #EEBCD1
Text Example
Text Example
White with #EEBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCD1; }
p { color: rgb(238,188,209); }
H1.HeaderClassName
{
color: #EEBCD1;
}
.AnyTagClassName
{
color: #EEBCD1;
}
</style>
background-color css
<style>
a { background-color: #EEBCD1; }
a { background-color: rgb(238,188,209); }
div.DivClassName
{
background-color: #EEBCD1;
}
.BgClassName
{
background-color: #EEBCD1;
}
</style>
border-color css
<style>
span { border-color: #EEBCD1; }
span { border-color: rgb(238,188,209); }
td.TdClassName
{
border-color: #EEBCD1;
}
.TagClassName
{
border-color: #EEBCD1;
}
</style>