Shades of Chantilly #EEC0D0
Tints of Chantilly #EEC0D0
RGB
CMYK
RGB Variations
Color information
#EEC0D0 (or 0xEEC0D0) is known color: Chantilly. HEX triplet: EE, C0 and D0. RGB value is (238,192,208). Sum of RGB (Red+Green+Blue) = 238+192+208=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0D0 is #113F2F. Grayscale: #CFCFCF. Windows color (decimal): -1130288 or 13680878. OLE color: 13680878.
HSL color Cylindrical-coordinate representation of color #EEC0D0: hue angle of 339.13º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC0D0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 208 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.07 |
| HSL | 339.13º | 0.58% | 0.84% | - |
| HSV(B) | 339.13º | 0.19% | 0.93% | - |
| XYZ | 65.49 | 60.43 | 67.89 | - |
| YUV | 207.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 208 | 0 | 0.19 | 0.13 | 0.07 | 339.13 | 0.58 | 0.84 |
| Hex | EE | C0 | D0 | 0 | 13 | D | 7 | 153 | 3A | 54 |
| Octal | 356 | 300 | 320 | 0 | 23 | 15 | 7 | 523 | 72 | 124 |
| Binary | 11101110 | 11000000 | 11010000 | 0 | 10011 | 1101 | 111 | 101010011 | 111010 | 1010100 |
Color Harmonies of #EEC0D0
Complementary color
Monochromatic Colors of #EEC0D0
Black with #EEC0D0
Text Example
Text Example
White with #EEC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0D0; }
p { color: rgb(238,192,208); }
H1.HeaderClassName
{
color: #EEC0D0;
}
.AnyTagClassName
{
color: #EEC0D0;
}
</style>
background-color css
<style>
a { background-color: #EEC0D0; }
a { background-color: rgb(238,192,208); }
div.DivClassName
{
background-color: #EEC0D0;
}
.BgClassName
{
background-color: #EEC0D0;
}
</style>
border-color css
<style>
span { border-color: #EEC0D0; }
span { border-color: rgb(238,192,208); }
td.TdClassName
{
border-color: #EEC0D0;
}
.TagClassName
{
border-color: #EEC0D0;
}
</style>