Shades of Chantilly #EEBAC2
Tints of Chantilly #EEBAC2
RGB
CMYK
RGB Variations
Color information
#EEBAC2 (or 0xEEBAC2) is known color: Chantilly. HEX triplet: EE, BA and C2. RGB value is (238,186,194). Sum of RGB (Red+Green+Blue) = 238+186+194=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC2 is #11453D. Grayscale: #CACACA. Windows color (decimal): -1131838 or 12761838. OLE color: 12761838.
HSL color Cylindrical-coordinate representation of color #EEBAC2: hue angle of 350.77º 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 #EEBAC2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 194 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.07 |
| HSL | 350.77º | 0.6% | 0.83% | - |
| HSV(B) | 350.77º | 0.22% | 0.93% | - |
| XYZ | 62.56 | 57.19 | 58.78 | - |
| YUV | 202.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 194 | 0 | 0.22 | 0.18 | 0.07 | 350.77 | 0.6 | 0.83 |
| Hex | EE | BA | C2 | 0 | 16 | 12 | 7 | 15F | 3C | 53 |
| Octal | 356 | 272 | 302 | 0 | 26 | 22 | 7 | 537 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11000010 | 0 | 10110 | 10010 | 111 | 101011111 | 111100 | 1010011 |
Color Harmonies of #EEBAC2
Complementary color
Monochromatic Colors of #EEBAC2
Black with #EEBAC2
Text Example
Text Example
White with #EEBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAC2; }
p { color: rgb(238,186,194); }
H1.HeaderClassName
{
color: #EEBAC2;
}
.AnyTagClassName
{
color: #EEBAC2;
}
</style>
background-color css
<style>
a { background-color: #EEBAC2; }
a { background-color: rgb(238,186,194); }
div.DivClassName
{
background-color: #EEBAC2;
}
.BgClassName
{
background-color: #EEBAC2;
}
</style>
border-color css
<style>
span { border-color: #EEBAC2; }
span { border-color: rgb(238,186,194); }
td.TdClassName
{
border-color: #EEBAC2;
}
.TagClassName
{
border-color: #EEBAC2;
}
</style>