Shades of Chantilly #EEBBCB
Tints of Chantilly #EEBBCB
RGB
CMYK
RGB Variations
Color information
#EEBBCB (or 0xEEBBCB) is known color: Chantilly. HEX triplet: EE, BB and CB. RGB value is (238,187,203). Sum of RGB (Red+Green+Blue) = 238+187+203=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBCB is #114434. Grayscale: #CCCCCC. Windows color (decimal): -1131573 or 13351918. OLE color: 13351918.
HSL color Cylindrical-coordinate representation of color #EEBBCB: hue angle of 341.18º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBCB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 203 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.07 |
| HSL | 341.18º | 0.6% | 0.83% | - |
| HSV(B) | 341.18º | 0.21% | 0.93% | - |
| XYZ | 63.81 | 58.03 | 64.34 | - |
| YUV | 204.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 203 | 0 | 0.21 | 0.15 | 0.07 | 341.18 | 0.6 | 0.83 |
| Hex | EE | BB | CB | 0 | 15 | F | 7 | 155 | 3C | 53 |
| Octal | 356 | 273 | 313 | 0 | 25 | 17 | 7 | 525 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11001011 | 0 | 10101 | 1111 | 111 | 101010101 | 111100 | 1010011 |
Color Harmonies of #EEBBCB
Complementary color
Monochromatic Colors of #EEBBCB
Black with #EEBBCB
Text Example
Text Example
White with #EEBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBCB; }
p { color: rgb(238,187,203); }
H1.HeaderClassName
{
color: #EEBBCB;
}
.AnyTagClassName
{
color: #EEBBCB;
}
</style>
background-color css
<style>
a { background-color: #EEBBCB; }
a { background-color: rgb(238,187,203); }
div.DivClassName
{
background-color: #EEBBCB;
}
.BgClassName
{
background-color: #EEBBCB;
}
</style>
border-color css
<style>
span { border-color: #EEBBCB; }
span { border-color: rgb(238,187,203); }
td.TdClassName
{
border-color: #EEBBCB;
}
.TagClassName
{
border-color: #EEBBCB;
}
</style>