Shades of Chantilly #EEBCD0
Tints of Chantilly #EEBCD0
RGB
CMYK
RGB Variations
Color information
#EEBCD0 (or 0xEEBCD0) is known color: Chantilly. HEX triplet: EE, BC and D0. RGB value is (238,188,208). Sum of RGB (Red+Green+Blue) = 238+188+208=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD0 is #11432F. Grayscale: #CDCDCD. Windows color (decimal): -1131312 or 13679854. OLE color: 13679854.
HSL color Cylindrical-coordinate representation of color #EEBCD0: hue angle of 336º 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 #EEBCD0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 208 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.07 |
| HSL | 336º | 0.6% | 0.84% | - |
| HSV(B) | 336º | 0.21% | 0.93% | - |
| XYZ | 64.63 | 58.7 | 67.6 | - |
| YUV | 205.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 208 | 0 | 0.21 | 0.13 | 0.07 | 336 | 0.6 | 0.84 |
| Hex | EE | BC | D0 | 0 | 15 | D | 7 | 150 | 3C | 54 |
| Octal | 356 | 274 | 320 | 0 | 25 | 15 | 7 | 520 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11010000 | 0 | 10101 | 1101 | 111 | 101010000 | 111100 | 1010100 |
Color Harmonies of #EEBCD0
Complementary color
Monochromatic Colors of #EEBCD0
Black with #EEBCD0
Text Example
Text Example
White with #EEBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCD0; }
p { color: rgb(238,188,208); }
H1.HeaderClassName
{
color: #EEBCD0;
}
.AnyTagClassName
{
color: #EEBCD0;
}
</style>
background-color css
<style>
a { background-color: #EEBCD0; }
a { background-color: rgb(238,188,208); }
div.DivClassName
{
background-color: #EEBCD0;
}
.BgClassName
{
background-color: #EEBCD0;
}
</style>
border-color css
<style>
span { border-color: #EEBCD0; }
span { border-color: rgb(238,188,208); }
td.TdClassName
{
border-color: #EEBCD0;
}
.TagClassName
{
border-color: #EEBCD0;
}
</style>