Shades of Chantilly #EEBFCA
Tints of Chantilly #EEBFCA
RGB
CMYK
RGB Variations
Color information
#EEBFCA (or 0xEEBFCA) is known color: Chantilly. HEX triplet: EE, BF and CA. RGB value is (238,191,202). Sum of RGB (Red+Green+Blue) = 238+191+202=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFCA is #114035. Grayscale: #CECECE. Windows color (decimal): -1130550 or 13287406. OLE color: 13287406.
HSL color Cylindrical-coordinate representation of color #EEBFCA: hue angle of 345.96º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFCA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 202 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.07 |
| HSL | 345.96º | 0.58% | 0.84% | - |
| HSV(B) | 345.96º | 0.2% | 0.93% | - |
| XYZ | 64.55 | 59.7 | 64 | - |
| YUV | 206.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 202 | 0 | 0.20 | 0.15 | 0.07 | 345.96 | 0.58 | 0.84 |
| Hex | EE | BF | CA | 0 | 14 | F | 7 | 15A | 3A | 54 |
| Octal | 356 | 277 | 312 | 0 | 24 | 17 | 7 | 532 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11001010 | 0 | 10100 | 1111 | 111 | 101011010 | 111010 | 1010100 |
Color Harmonies of #EEBFCA
Complementary color
Monochromatic Colors of #EEBFCA
Black with #EEBFCA
Text Example
Text Example
White with #EEBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFCA; }
p { color: rgb(238,191,202); }
H1.HeaderClassName
{
color: #EEBFCA;
}
.AnyTagClassName
{
color: #EEBFCA;
}
</style>
background-color css
<style>
a { background-color: #EEBFCA; }
a { background-color: rgb(238,191,202); }
div.DivClassName
{
background-color: #EEBFCA;
}
.BgClassName
{
background-color: #EEBFCA;
}
</style>
border-color css
<style>
span { border-color: #EEBFCA; }
span { border-color: rgb(238,191,202); }
td.TdClassName
{
border-color: #EEBFCA;
}
.TagClassName
{
border-color: #EEBFCA;
}
</style>