Shades of Chantilly #EEBACB
Tints of Chantilly #EEBACB
RGB
CMYK
RGB Variations
Color information
#EEBACB (or 0xEEBACB) is known color: Chantilly. HEX triplet: EE, BA and CB. RGB value is (238,186,203). Sum of RGB (Red+Green+Blue) = 238+186+203=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBACB is #114534. Grayscale: #CBCBCB. Windows color (decimal): -1131829 or 13351662. OLE color: 13351662.
HSL color Cylindrical-coordinate representation of color #EEBACB: hue angle of 340.38º 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 #EEBACB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 203 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.07 |
| HSL | 340.38º | 0.6% | 0.83% | - |
| HSV(B) | 340.38º | 0.22% | 0.93% | - |
| XYZ | 63.6 | 57.61 | 64.27 | - |
| YUV | 203.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 203 | 0 | 0.22 | 0.15 | 0.07 | 340.38 | 0.6 | 0.83 |
| Hex | EE | BA | CB | 0 | 16 | F | 7 | 154 | 3C | 53 |
| Octal | 356 | 272 | 313 | 0 | 26 | 17 | 7 | 524 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11001011 | 0 | 10110 | 1111 | 111 | 101010100 | 111100 | 1010011 |
Color Harmonies of #EEBACB
Complementary color
Monochromatic Colors of #EEBACB
Black with #EEBACB
Text Example
Text Example
White with #EEBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBACB; }
p { color: rgb(238,186,203); }
H1.HeaderClassName
{
color: #EEBACB;
}
.AnyTagClassName
{
color: #EEBACB;
}
</style>
background-color css
<style>
a { background-color: #EEBACB; }
a { background-color: rgb(238,186,203); }
div.DivClassName
{
background-color: #EEBACB;
}
.BgClassName
{
background-color: #EEBACB;
}
</style>
border-color css
<style>
span { border-color: #EEBACB; }
span { border-color: rgb(238,186,203); }
td.TdClassName
{
border-color: #EEBACB;
}
.TagClassName
{
border-color: #EEBACB;
}
</style>