Shades of Chantilly #EEC2CF
Tints of Chantilly #EEC2CF
RGB
CMYK
RGB Variations
Color information
#EEC2CF (or 0xEEC2CF) is known color: Chantilly. HEX triplet: EE, C2 and CF. RGB value is (238,194,207). Sum of RGB (Red+Green+Blue) = 238+194+207=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2CF is #113D30. Grayscale: #D0D0D0. Windows color (decimal): -1129777 or 13615854. OLE color: 13615854.
HSL color Cylindrical-coordinate representation of color #EEC2CF: hue angle of 342.27º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC2CF is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 207 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.07 |
| HSL | 342.27º | 0.56% | 0.85% | - |
| HSV(B) | 342.27º | 0.18% | 0.93% | - |
| XYZ | 65.81 | 61.27 | 67.39 | - |
| YUV | 208.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 207 | 0 | 0.18 | 0.13 | 0.07 | 342.27 | 0.56 | 0.85 |
| Hex | EE | C2 | CF | 0 | 12 | D | 7 | 156 | 38 | 55 |
| Octal | 356 | 302 | 317 | 0 | 22 | 15 | 7 | 526 | 70 | 125 |
| Binary | 11101110 | 11000010 | 11001111 | 0 | 10010 | 1101 | 111 | 101010110 | 111000 | 1010101 |
Color Harmonies of #EEC2CF
Complementary color
Monochromatic Colors of #EEC2CF
Black with #EEC2CF
Text Example
Text Example
White with #EEC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2CF; }
p { color: rgb(238,194,207); }
H1.HeaderClassName
{
color: #EEC2CF;
}
.AnyTagClassName
{
color: #EEC2CF;
}
</style>
background-color css
<style>
a { background-color: #EEC2CF; }
a { background-color: rgb(238,194,207); }
div.DivClassName
{
background-color: #EEC2CF;
}
.BgClassName
{
background-color: #EEC2CF;
}
</style>
border-color css
<style>
span { border-color: #EEC2CF; }
span { border-color: rgb(238,194,207); }
td.TdClassName
{
border-color: #EEC2CF;
}
.TagClassName
{
border-color: #EEC2CF;
}
</style>