Shades of Chantilly #EEB3CB
Tints of Chantilly #EEB3CB
RGB
CMYK
RGB Variations
Color information
#EEB3CB (or 0xEEB3CB) is known color: Chantilly. HEX triplet: EE, B3 and CB. RGB value is (238,179,203). Sum of RGB (Red+Green+Blue) = 238+179+203=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3CB is #114C34. Grayscale: #C7C7C7. Windows color (decimal): -1133621 or 13349870. OLE color: 13349870.
HSL color Cylindrical-coordinate representation of color #EEB3CB: hue angle of 335.59º 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 #EEB3CB is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 203 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.07 |
| HSL | 335.59º | 0.63% | 0.82% | - |
| HSV(B) | 335.59º | 0.25% | 0.93% | - |
| XYZ | 62.16 | 54.73 | 63.79 | - |
| YUV | 199.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 203 | 0 | 0.25 | 0.15 | 0.07 | 335.59 | 0.63 | 0.82 |
| Hex | EE | B3 | CB | 0 | 19 | F | 7 | 150 | 3F | 52 |
| Octal | 356 | 263 | 313 | 0 | 31 | 17 | 7 | 520 | 77 | 122 |
| Binary | 11101110 | 10110011 | 11001011 | 0 | 11001 | 1111 | 111 | 101010000 | 111111 | 1010010 |
Color Harmonies of #EEB3CB
Complementary color
Monochromatic Colors of #EEB3CB
Black with #EEB3CB
Text Example
Text Example
White with #EEB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3CB; }
p { color: rgb(238,179,203); }
H1.HeaderClassName
{
color: #EEB3CB;
}
.AnyTagClassName
{
color: #EEB3CB;
}
</style>
background-color css
<style>
a { background-color: #EEB3CB; }
a { background-color: rgb(238,179,203); }
div.DivClassName
{
background-color: #EEB3CB;
}
.BgClassName
{
background-color: #EEB3CB;
}
</style>
border-color css
<style>
span { border-color: #EEB3CB; }
span { border-color: rgb(238,179,203); }
td.TdClassName
{
border-color: #EEB3CB;
}
.TagClassName
{
border-color: #EEB3CB;
}
</style>