Shades of Chantilly #EEB4CA
Tints of Chantilly #EEB4CA
RGB
CMYK
RGB Variations
Color information
#EEB4CA (or 0xEEB4CA) is known color: Chantilly. HEX triplet: EE, B4 and CA. RGB value is (238,180,202). Sum of RGB (Red+Green+Blue) = 238+180+202=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4CA is #114B35. Grayscale: #C7C7C7. Windows color (decimal): -1133366 or 13284590. OLE color: 13284590.
HSL color Cylindrical-coordinate representation of color #EEB4CA: hue angle of 337.24º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB4CA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 202 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.07 |
| HSL | 337.24º | 0.63% | 0.82% | - |
| HSV(B) | 337.24º | 0.24% | 0.93% | - |
| XYZ | 62.24 | 55.08 | 63.23 | - |
| YUV | 199.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 202 | 0 | 0.24 | 0.15 | 0.07 | 337.24 | 0.63 | 0.82 |
| Hex | EE | B4 | CA | 0 | 18 | F | 7 | 151 | 3F | 52 |
| Octal | 356 | 264 | 312 | 0 | 30 | 17 | 7 | 521 | 77 | 122 |
| Binary | 11101110 | 10110100 | 11001010 | 0 | 11000 | 1111 | 111 | 101010001 | 111111 | 1010010 |
Color Harmonies of #EEB4CA
Complementary color
Monochromatic Colors of #EEB4CA
Black with #EEB4CA
Text Example
Text Example
White with #EEB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4CA; }
p { color: rgb(238,180,202); }
H1.HeaderClassName
{
color: #EEB4CA;
}
.AnyTagClassName
{
color: #EEB4CA;
}
</style>
background-color css
<style>
a { background-color: #EEB4CA; }
a { background-color: rgb(238,180,202); }
div.DivClassName
{
background-color: #EEB4CA;
}
.BgClassName
{
background-color: #EEB4CA;
}
</style>
border-color css
<style>
span { border-color: #EEB4CA; }
span { border-color: rgb(238,180,202); }
td.TdClassName
{
border-color: #EEB4CA;
}
.TagClassName
{
border-color: #EEB4CA;
}
</style>