Shades of Chantilly #EEBACC
Tints of Chantilly #EEBACC
RGB
CMYK
RGB Variations
Color information
#EEBACC (or 0xEEBACC) is known color: Chantilly. HEX triplet: EE, BA and CC. RGB value is (238,186,204). Sum of RGB (Red+Green+Blue) = 238+186+204=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBACC is #114533. Grayscale: #CBCBCB. Windows color (decimal): -1131828 or 13417198. OLE color: 13417198.
HSL color Cylindrical-coordinate representation of color #EEBACC: hue angle of 339.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBACC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 204 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.07 |
| HSL | 339.23º | 0.6% | 0.83% | - |
| HSV(B) | 339.23º | 0.22% | 0.93% | - |
| XYZ | 63.72 | 57.65 | 64.9 | - |
| YUV | 203.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 204 | 0 | 0.22 | 0.14 | 0.07 | 339.23 | 0.6 | 0.83 |
| Hex | EE | BA | CC | 0 | 16 | E | 7 | 153 | 3C | 53 |
| Octal | 356 | 272 | 314 | 0 | 26 | 16 | 7 | 523 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11001100 | 0 | 10110 | 1110 | 111 | 101010011 | 111100 | 1010011 |
Color Harmonies of #EEBACC
Complementary color
Monochromatic Colors of #EEBACC
Black with #EEBACC
Text Example
Text Example
White with #EEBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBACC; }
p { color: rgb(238,186,204); }
H1.HeaderClassName
{
color: #EEBACC;
}
.AnyTagClassName
{
color: #EEBACC;
}
</style>
background-color css
<style>
a { background-color: #EEBACC; }
a { background-color: rgb(238,186,204); }
div.DivClassName
{
background-color: #EEBACC;
}
.BgClassName
{
background-color: #EEBACC;
}
</style>
border-color css
<style>
span { border-color: #EEBACC; }
span { border-color: rgb(238,186,204); }
td.TdClassName
{
border-color: #EEBACC;
}
.TagClassName
{
border-color: #EEBACC;
}
</style>