Shades of Chantilly #EEC0CC
Tints of Chantilly #EEC0CC
RGB
CMYK
RGB Variations
Color information
#EEC0CC (or 0xEEC0CC) is known color: Chantilly. HEX triplet: EE, C0 and CC. RGB value is (238,192,204). Sum of RGB (Red+Green+Blue) = 238+192+204=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC0CC is #113F33. Grayscale: #CFCFCF. Windows color (decimal): -1130292 or 13418734. OLE color: 13418734.
HSL color Cylindrical-coordinate representation of color #EEC0CC: hue angle of 344.35º 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 #EEC0CC is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 204 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 344.35º | 0.58% | 0.84% | - |
| HSV(B) | 344.35º | 0.19% | 0.93% | - |
| XYZ | 65.01 | 60.24 | 65.33 | - |
| YUV | 207.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 204 | 0 | 0.19 | 0.14 | 0.07 | 344.35 | 0.58 | 0.84 |
| Hex | EE | C0 | CC | 0 | 13 | E | 7 | 158 | 3A | 54 |
| Octal | 356 | 300 | 314 | 0 | 23 | 16 | 7 | 530 | 72 | 124 |
| Binary | 11101110 | 11000000 | 11001100 | 0 | 10011 | 1110 | 111 | 101011000 | 111010 | 1010100 |
Color Harmonies of #EEC0CC
Complementary color
Monochromatic Colors of #EEC0CC
Black with #EEC0CC
Text Example
Text Example
White with #EEC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC0CC; }
p { color: rgb(238,192,204); }
H1.HeaderClassName
{
color: #EEC0CC;
}
.AnyTagClassName
{
color: #EEC0CC;
}
</style>
background-color css
<style>
a { background-color: #EEC0CC; }
a { background-color: rgb(238,192,204); }
div.DivClassName
{
background-color: #EEC0CC;
}
.BgClassName
{
background-color: #EEC0CC;
}
</style>
border-color css
<style>
span { border-color: #EEC0CC; }
span { border-color: rgb(238,192,204); }
td.TdClassName
{
border-color: #EEC0CC;
}
.TagClassName
{
border-color: #EEC0CC;
}
</style>