Shades of Chantilly #EEB1CA
Tints of Chantilly #EEB1CA
RGB
CMYK
RGB Variations
Color information
#EEB1CA (or 0xEEB1CA) is known color: Chantilly. HEX triplet: EE, B1 and CA. RGB value is (238,177,202). Sum of RGB (Red+Green+Blue) = 238+177+202=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1CA is #114E35. Grayscale: #C6C6C6. Windows color (decimal): -1134134 or 13283822. OLE color: 13283822.
HSL color Cylindrical-coordinate representation of color #EEB1CA: hue angle of 335.41º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1CA is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 202 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.07 |
| HSL | 335.41º | 0.64% | 0.81% | - |
| HSV(B) | 335.41º | 0.26% | 0.93% | - |
| XYZ | 61.64 | 53.89 | 63.03 | - |
| YUV | 198.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 202 | 0 | 0.26 | 0.15 | 0.07 | 335.41 | 0.64 | 0.81 |
| Hex | EE | B1 | CA | 0 | 1A | F | 7 | 14F | 40 | 51 |
| Octal | 356 | 261 | 312 | 0 | 32 | 17 | 7 | 517 | 100 | 121 |
| Binary | 11101110 | 10110001 | 11001010 | 0 | 11010 | 1111 | 111 | 101001111 | 1000000 | 1010001 |
Color Harmonies of #EEB1CA
Complementary color
Monochromatic Colors of #EEB1CA
Black with #EEB1CA
Text Example
Text Example
White with #EEB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1CA; }
p { color: rgb(238,177,202); }
H1.HeaderClassName
{
color: #EEB1CA;
}
.AnyTagClassName
{
color: #EEB1CA;
}
</style>
background-color css
<style>
a { background-color: #EEB1CA; }
a { background-color: rgb(238,177,202); }
div.DivClassName
{
background-color: #EEB1CA;
}
.BgClassName
{
background-color: #EEB1CA;
}
</style>
border-color css
<style>
span { border-color: #EEB1CA; }
span { border-color: rgb(238,177,202); }
td.TdClassName
{
border-color: #EEB1CA;
}
.TagClassName
{
border-color: #EEB1CA;
}
</style>