Shades of Chantilly #EEBAC4
Tints of Chantilly #EEBAC4
RGB
CMYK
RGB Variations
Color information
#EEBAC4 (or 0xEEBAC4) is known color: Chantilly. HEX triplet: EE, BA and C4. RGB value is (238,186,196). Sum of RGB (Red+Green+Blue) = 238+186+196=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC4 is #11453B. Grayscale: #CACACA. Windows color (decimal): -1131836 or 12892910. OLE color: 12892910.
HSL color Cylindrical-coordinate representation of color #EEBAC4: hue angle of 348.46º 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 #EEBAC4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 196 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.07 |
| HSL | 348.46º | 0.6% | 0.83% | - |
| HSV(B) | 348.46º | 0.22% | 0.93% | - |
| XYZ | 62.78 | 57.28 | 59.97 | - |
| YUV | 202.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 196 | 0 | 0.22 | 0.18 | 0.07 | 348.46 | 0.6 | 0.83 |
| Hex | EE | BA | C4 | 0 | 16 | 12 | 7 | 15C | 3C | 53 |
| Octal | 356 | 272 | 304 | 0 | 26 | 22 | 7 | 534 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11000100 | 0 | 10110 | 10010 | 111 | 101011100 | 111100 | 1010011 |
Color Harmonies of #EEBAC4
Complementary color
Monochromatic Colors of #EEBAC4
Black with #EEBAC4
Text Example
Text Example
White with #EEBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAC4; }
p { color: rgb(238,186,196); }
H1.HeaderClassName
{
color: #EEBAC4;
}
.AnyTagClassName
{
color: #EEBAC4;
}
</style>
background-color css
<style>
a { background-color: #EEBAC4; }
a { background-color: rgb(238,186,196); }
div.DivClassName
{
background-color: #EEBAC4;
}
.BgClassName
{
background-color: #EEBAC4;
}
</style>
border-color css
<style>
span { border-color: #EEBAC4; }
span { border-color: rgb(238,186,196); }
td.TdClassName
{
border-color: #EEBAC4;
}
.TagClassName
{
border-color: #EEBAC4;
}
</style>