Shades of Chantilly #EEB4BD
Tints of Chantilly #EEB4BD
RGB
CMYK
RGB Variations
Color information
#EEB4BD (or 0xEEB4BD) is known color: Chantilly. HEX triplet: EE, B4 and BD. RGB value is (238,180,189). Sum of RGB (Red+Green+Blue) = 238+180+189=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB4BD is #114B42. Grayscale: #C6C6C6. Windows color (decimal): -1133379 or 12432622. OLE color: 12432622.
HSL color Cylindrical-coordinate representation of color #EEB4BD: hue angle of 350.69º 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 #EEB4BD is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 189 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.07 |
| HSL | 350.69º | 0.63% | 0.82% | - |
| HSV(B) | 350.69º | 0.24% | 0.93% | - |
| XYZ | 60.77 | 54.49 | 55.46 | - |
| YUV | 198.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 189 | 0 | 0.24 | 0.21 | 0.07 | 350.69 | 0.63 | 0.82 |
| Hex | EE | B4 | BD | 0 | 18 | 15 | 7 | 15F | 3F | 52 |
| Octal | 356 | 264 | 275 | 0 | 30 | 25 | 7 | 537 | 77 | 122 |
| Binary | 11101110 | 10110100 | 10111101 | 0 | 11000 | 10101 | 111 | 101011111 | 111111 | 1010010 |
Color Harmonies of #EEB4BD
Complementary color
Monochromatic Colors of #EEB4BD
Black with #EEB4BD
Text Example
Text Example
White with #EEB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB4BD; }
p { color: rgb(238,180,189); }
H1.HeaderClassName
{
color: #EEB4BD;
}
.AnyTagClassName
{
color: #EEB4BD;
}
</style>
background-color css
<style>
a { background-color: #EEB4BD; }
a { background-color: rgb(238,180,189); }
div.DivClassName
{
background-color: #EEB4BD;
}
.BgClassName
{
background-color: #EEB4BD;
}
</style>
border-color css
<style>
span { border-color: #EEB4BD; }
span { border-color: rgb(238,180,189); }
td.TdClassName
{
border-color: #EEB4BD;
}
.TagClassName
{
border-color: #EEB4BD;
}
</style>