Shades of Chantilly #EEBAC7
Tints of Chantilly #EEBAC7
RGB
CMYK
RGB Variations
Color information
#EEBAC7 (or 0xEEBAC7) is known color: Chantilly. HEX triplet: EE, BA and C7. RGB value is (238,186,199). Sum of RGB (Red+Green+Blue) = 238+186+199=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC7 is #114538. Grayscale: #CBCBCB. Windows color (decimal): -1131833 or 13089518. OLE color: 13089518.
HSL color Cylindrical-coordinate representation of color #EEBAC7: hue angle of 345º 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 #EEBAC7 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 199 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.07 |
| HSL | 345º | 0.6% | 0.83% | - |
| HSV(B) | 345º | 0.22% | 0.93% | - |
| XYZ | 63.13 | 57.42 | 61.79 | - |
| YUV | 203.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 199 | 0 | 0.22 | 0.16 | 0.07 | 345 | 0.6 | 0.83 |
| Hex | EE | BA | C7 | 0 | 16 | 10 | 7 | 159 | 3C | 53 |
| Octal | 356 | 272 | 307 | 0 | 26 | 20 | 7 | 531 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11000111 | 0 | 10110 | 10000 | 111 | 101011001 | 111100 | 1010011 |
Color Harmonies of #EEBAC7
Complementary color
Monochromatic Colors of #EEBAC7
Black with #EEBAC7
Text Example
Text Example
White with #EEBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAC7; }
p { color: rgb(238,186,199); }
H1.HeaderClassName
{
color: #EEBAC7;
}
.AnyTagClassName
{
color: #EEBAC7;
}
</style>
background-color css
<style>
a { background-color: #EEBAC7; }
a { background-color: rgb(238,186,199); }
div.DivClassName
{
background-color: #EEBAC7;
}
.BgClassName
{
background-color: #EEBAC7;
}
</style>
border-color css
<style>
span { border-color: #EEBAC7; }
span { border-color: rgb(238,186,199); }
td.TdClassName
{
border-color: #EEBAC7;
}
.TagClassName
{
border-color: #EEBAC7;
}
</style>