Shades of Chantilly #EEBAD0
Tints of Chantilly #EEBAD0
RGB
CMYK
RGB Variations
Color information
#EEBAD0 (or 0xEEBAD0) is known color: Chantilly. HEX triplet: EE, BA and D0. RGB value is (238,186,208). Sum of RGB (Red+Green+Blue) = 238+186+208=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD0 is #11452F. Grayscale: #CCCCCC. Windows color (decimal): -1131824 or 13679342. OLE color: 13679342.
HSL color Cylindrical-coordinate representation of color #EEBAD0: hue angle of 334.62º 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 #EEBAD0 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 208 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.07 |
| HSL | 334.62º | 0.6% | 0.83% | - |
| HSV(B) | 334.62º | 0.22% | 0.93% | - |
| XYZ | 64.2 | 57.85 | 67.46 | - |
| YUV | 204.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 208 | 0 | 0.22 | 0.13 | 0.07 | 334.62 | 0.6 | 0.83 |
| Hex | EE | BA | D0 | 0 | 16 | D | 7 | 14F | 3C | 53 |
| Octal | 356 | 272 | 320 | 0 | 26 | 15 | 7 | 517 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11010000 | 0 | 10110 | 1101 | 111 | 101001111 | 111100 | 1010011 |
Color Harmonies of #EEBAD0
Complementary color
Monochromatic Colors of #EEBAD0
Black with #EEBAD0
Text Example
Text Example
White with #EEBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAD0; }
p { color: rgb(238,186,208); }
H1.HeaderClassName
{
color: #EEBAD0;
}
.AnyTagClassName
{
color: #EEBAD0;
}
</style>
background-color css
<style>
a { background-color: #EEBAD0; }
a { background-color: rgb(238,186,208); }
div.DivClassName
{
background-color: #EEBAD0;
}
.BgClassName
{
background-color: #EEBAD0;
}
</style>
border-color css
<style>
span { border-color: #EEBAD0; }
span { border-color: rgb(238,186,208); }
td.TdClassName
{
border-color: #EEBAD0;
}
.TagClassName
{
border-color: #EEBAD0;
}
</style>