Shades of Chantilly #EEB8D0
Tints of Chantilly #EEB8D0
RGB
CMYK
RGB Variations
Color information
#EEB8D0 (or 0xEEB8D0) is known color: Chantilly. HEX triplet: EE, B8 and D0. RGB value is (238,184,208). Sum of RGB (Red+Green+Blue) = 238+184+208=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8D0 is #11472F. Grayscale: #CACACA. Windows color (decimal): -1132336 or 13678830. OLE color: 13678830.
HSL color Cylindrical-coordinate representation of color #EEB8D0: hue angle of 333.33º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB8D0 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 208 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.07 |
| HSL | 333.33º | 0.61% | 0.83% | - |
| HSV(B) | 333.33º | 0.23% | 0.93% | - |
| XYZ | 63.79 | 57.01 | 67.32 | - |
| YUV | 202.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 208 | 0 | 0.23 | 0.13 | 0.07 | 333.33 | 0.61 | 0.83 |
| Hex | EE | B8 | D0 | 0 | 17 | D | 7 | 14D | 3D | 53 |
| Octal | 356 | 270 | 320 | 0 | 27 | 15 | 7 | 515 | 75 | 123 |
| Binary | 11101110 | 10111000 | 11010000 | 0 | 10111 | 1101 | 111 | 101001101 | 111101 | 1010011 |
Color Harmonies of #EEB8D0
Complementary color
Monochromatic Colors of #EEB8D0
Black with #EEB8D0
Text Example
Text Example
White with #EEB8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8D0; }
p { color: rgb(238,184,208); }
H1.HeaderClassName
{
color: #EEB8D0;
}
.AnyTagClassName
{
color: #EEB8D0;
}
</style>
background-color css
<style>
a { background-color: #EEB8D0; }
a { background-color: rgb(238,184,208); }
div.DivClassName
{
background-color: #EEB8D0;
}
.BgClassName
{
background-color: #EEB8D0;
}
</style>
border-color css
<style>
span { border-color: #EEB8D0; }
span { border-color: rgb(238,184,208); }
td.TdClassName
{
border-color: #EEB8D0;
}
.TagClassName
{
border-color: #EEB8D0;
}
</style>