Shades of Chantilly #EEB2CA
Tints of Chantilly #EEB2CA
RGB
CMYK
RGB Variations
Color information
#EEB2CA (or 0xEEB2CA) is known color: Chantilly. HEX triplet: EE, B2 and CA. RGB value is (238,178,202). Sum of RGB (Red+Green+Blue) = 238+178+202=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB2CA is #114D35. Grayscale: #C6C6C6. Windows color (decimal): -1133878 or 13284078. OLE color: 13284078.
HSL color Cylindrical-coordinate representation of color #EEB2CA: hue angle of 336º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB2CA is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 202 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.07 |
| HSL | 336º | 0.64% | 0.82% | - |
| HSV(B) | 336º | 0.25% | 0.93% | - |
| XYZ | 61.84 | 54.28 | 63.1 | - |
| YUV | 198.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 202 | 0 | 0.25 | 0.15 | 0.07 | 336 | 0.64 | 0.82 |
| Hex | EE | B2 | CA | 0 | 19 | F | 7 | 150 | 40 | 52 |
| Octal | 356 | 262 | 312 | 0 | 31 | 17 | 7 | 520 | 100 | 122 |
| Binary | 11101110 | 10110010 | 11001010 | 0 | 11001 | 1111 | 111 | 101010000 | 1000000 | 1010010 |
Color Harmonies of #EEB2CA
Complementary color
Monochromatic Colors of #EEB2CA
Black with #EEB2CA
Text Example
Text Example
White with #EEB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB2CA; }
p { color: rgb(238,178,202); }
H1.HeaderClassName
{
color: #EEB2CA;
}
.AnyTagClassName
{
color: #EEB2CA;
}
</style>
background-color css
<style>
a { background-color: #EEB2CA; }
a { background-color: rgb(238,178,202); }
div.DivClassName
{
background-color: #EEB2CA;
}
.BgClassName
{
background-color: #EEB2CA;
}
</style>
border-color css
<style>
span { border-color: #EEB2CA; }
span { border-color: rgb(238,178,202); }
td.TdClassName
{
border-color: #EEB2CA;
}
.TagClassName
{
border-color: #EEB2CA;
}
</style>