Shades of Chantilly #EEC2CA
Tints of Chantilly #EEC2CA
RGB
CMYK
RGB Variations
Color information
#EEC2CA (or 0xEEC2CA) is known color: Chantilly. HEX triplet: EE, C2 and CA. RGB value is (238,194,202). Sum of RGB (Red+Green+Blue) = 238+194+202=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2CA is #113D35. Grayscale: #D0D0D0. Windows color (decimal): -1129782 or 13288174. OLE color: 13288174.
HSL color Cylindrical-coordinate representation of color #EEC2CA: hue angle of 349.09º 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 #EEC2CA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 202 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.07 |
| HSL | 349.09º | 0.56% | 0.85% | - |
| HSV(B) | 349.09º | 0.18% | 0.93% | - |
| XYZ | 65.21 | 61.02 | 64.22 | - |
| YUV | 208.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 202 | 0 | 0.18 | 0.15 | 0.07 | 349.09 | 0.56 | 0.85 |
| Hex | EE | C2 | CA | 0 | 12 | F | 7 | 15D | 38 | 55 |
| Octal | 356 | 302 | 312 | 0 | 22 | 17 | 7 | 535 | 70 | 125 |
| Binary | 11101110 | 11000010 | 11001010 | 0 | 10010 | 1111 | 111 | 101011101 | 111000 | 1010101 |
Color Harmonies of #EEC2CA
Complementary color
Monochromatic Colors of #EEC2CA
Black with #EEC2CA
Text Example
Text Example
White with #EEC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2CA; }
p { color: rgb(238,194,202); }
H1.HeaderClassName
{
color: #EEC2CA;
}
.AnyTagClassName
{
color: #EEC2CA;
}
</style>
background-color css
<style>
a { background-color: #EEC2CA; }
a { background-color: rgb(238,194,202); }
div.DivClassName
{
background-color: #EEC2CA;
}
.BgClassName
{
background-color: #EEC2CA;
}
</style>
border-color css
<style>
span { border-color: #EEC2CA; }
span { border-color: rgb(238,194,202); }
td.TdClassName
{
border-color: #EEC2CA;
}
.TagClassName
{
border-color: #EEC2CA;
}
</style>