Shades of Chantilly #EEB3CA
Tints of Chantilly #EEB3CA
RGB
CMYK
RGB Variations
Color information
#EEB3CA (or 0xEEB3CA) is known color: Chantilly. HEX triplet: EE, B3 and CA. RGB value is (238,179,202). Sum of RGB (Red+Green+Blue) = 238+179+202=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3CA is #114C35. Grayscale: #C7C7C7. Windows color (decimal): -1133622 or 13284334. OLE color: 13284334.
HSL color Cylindrical-coordinate representation of color #EEB3CA: hue angle of 336.61º degrees, saturation: 0.63, 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 #EEB3CA is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 202 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.07 |
| HSL | 336.61º | 0.63% | 0.82% | - |
| HSV(B) | 336.61º | 0.25% | 0.93% | - |
| XYZ | 62.04 | 54.68 | 63.16 | - |
| YUV | 199.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 202 | 0 | 0.25 | 0.15 | 0.07 | 336.61 | 0.63 | 0.82 |
| Hex | EE | B3 | CA | 0 | 19 | F | 7 | 151 | 3F | 52 |
| Octal | 356 | 263 | 312 | 0 | 31 | 17 | 7 | 521 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11001010 | 0 | 11001 | 1111 | 111 | 101010001 | 111111 | 1010010 |
Color Harmonies of #EEB3CA
Complementary color
Monochromatic Colors of #EEB3CA
Black with #EEB3CA
Text Example
Text Example
White with #EEB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3CA; }
p { color: rgb(238,179,202); }
H1.HeaderClassName
{
color: #EEB3CA;
}
.AnyTagClassName
{
color: #EEB3CA;
}
</style>
background-color css
<style>
a { background-color: #EEB3CA; }
a { background-color: rgb(238,179,202); }
div.DivClassName
{
background-color: #EEB3CA;
}
.BgClassName
{
background-color: #EEB3CA;
}
</style>
border-color css
<style>
span { border-color: #EEB3CA; }
span { border-color: rgb(238,179,202); }
td.TdClassName
{
border-color: #EEB3CA;
}
.TagClassName
{
border-color: #EEB3CA;
}
</style>