Shades of Chantilly #EEBBCD
Tints of Chantilly #EEBBCD
RGB
CMYK
RGB Variations
Color information
#EEBBCD (or 0xEEBBCD) is known color: Chantilly. HEX triplet: EE, BB and CD. RGB value is (238,187,205). Sum of RGB (Red+Green+Blue) = 238+187+205=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBCD is #114432. Grayscale: #CCCCCC. Windows color (decimal): -1131571 or 13482990. OLE color: 13482990.
HSL color Cylindrical-coordinate representation of color #EEBBCD: hue angle of 338.82º 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 #EEBBCD is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 205 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.07 |
| HSL | 338.82º | 0.6% | 0.83% | - |
| HSV(B) | 338.82º | 0.21% | 0.93% | - |
| XYZ | 64.05 | 58.13 | 65.6 | - |
| YUV | 204.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 205 | 0 | 0.21 | 0.14 | 0.07 | 338.82 | 0.6 | 0.83 |
| Hex | EE | BB | CD | 0 | 15 | E | 7 | 153 | 3C | 53 |
| Octal | 356 | 273 | 315 | 0 | 25 | 16 | 7 | 523 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11001101 | 0 | 10101 | 1110 | 111 | 101010011 | 111100 | 1010011 |
Color Harmonies of #EEBBCD
Complementary color
Monochromatic Colors of #EEBBCD
Black with #EEBBCD
Text Example
Text Example
White with #EEBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBCD; }
p { color: rgb(238,187,205); }
H1.HeaderClassName
{
color: #EEBBCD;
}
.AnyTagClassName
{
color: #EEBBCD;
}
</style>
background-color css
<style>
a { background-color: #EEBBCD; }
a { background-color: rgb(238,187,205); }
div.DivClassName
{
background-color: #EEBBCD;
}
.BgClassName
{
background-color: #EEBBCD;
}
</style>
border-color css
<style>
span { border-color: #EEBBCD; }
span { border-color: rgb(238,187,205); }
td.TdClassName
{
border-color: #EEBBCD;
}
.TagClassName
{
border-color: #EEBBCD;
}
</style>