Shades of Chantilly #EEC2CD
Tints of Chantilly #EEC2CD
RGB
CMYK
RGB Variations
Color information
#EEC2CD (or 0xEEC2CD) is known color: Chantilly. HEX triplet: EE, C2 and CD. RGB value is (238,194,205). Sum of RGB (Red+Green+Blue) = 238+194+205=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2CD is #113D32. Grayscale: #D0D0D0. Windows color (decimal): -1129779 or 13484782. OLE color: 13484782.
HSL color Cylindrical-coordinate representation of color #EEC2CD: hue angle of 345º 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 #EEC2CD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 205 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.07 |
| HSL | 345º | 0.56% | 0.85% | - |
| HSV(B) | 345º | 0.18% | 0.93% | - |
| XYZ | 65.57 | 61.17 | 66.11 | - |
| YUV | 208.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 205 | 0 | 0.18 | 0.14 | 0.07 | 345 | 0.56 | 0.85 |
| Hex | EE | C2 | CD | 0 | 12 | E | 7 | 159 | 38 | 55 |
| Octal | 356 | 302 | 315 | 0 | 22 | 16 | 7 | 531 | 70 | 125 |
| Binary | 11101110 | 11000010 | 11001101 | 0 | 10010 | 1110 | 111 | 101011001 | 111000 | 1010101 |
Color Harmonies of #EEC2CD
Complementary color
Monochromatic Colors of #EEC2CD
Black with #EEC2CD
Text Example
Text Example
White with #EEC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2CD; }
p { color: rgb(238,194,205); }
H1.HeaderClassName
{
color: #EEC2CD;
}
.AnyTagClassName
{
color: #EEC2CD;
}
</style>
background-color css
<style>
a { background-color: #EEC2CD; }
a { background-color: rgb(238,194,205); }
div.DivClassName
{
background-color: #EEC2CD;
}
.BgClassName
{
background-color: #EEC2CD;
}
</style>
border-color css
<style>
span { border-color: #EEC2CD; }
span { border-color: rgb(238,194,205); }
td.TdClassName
{
border-color: #EEC2CD;
}
.TagClassName
{
border-color: #EEC2CD;
}
</style>