Shades of Chantilly #EEBDCB
Tints of Chantilly #EEBDCB
RGB
CMYK
RGB Variations
Color information
#EEBDCB (or 0xEEBDCB) is known color: Chantilly. HEX triplet: EE, BD and CB. RGB value is (238,189,203). Sum of RGB (Red+Green+Blue) = 238+189+203=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCB is #114234. Grayscale: #CDCDCD. Windows color (decimal): -1131061 or 13352430. OLE color: 13352430.
HSL color Cylindrical-coordinate representation of color #EEBDCB: hue angle of 342.86º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDCB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 203 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.07 |
| HSL | 342.86º | 0.59% | 0.84% | - |
| HSV(B) | 342.86º | 0.21% | 0.93% | - |
| XYZ | 64.24 | 58.88 | 64.48 | - |
| YUV | 205.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 203 | 0 | 0.21 | 0.15 | 0.07 | 342.86 | 0.59 | 0.84 |
| Hex | EE | BD | CB | 0 | 15 | F | 7 | 157 | 3B | 54 |
| Octal | 356 | 275 | 313 | 0 | 25 | 17 | 7 | 527 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11001011 | 0 | 10101 | 1111 | 111 | 101010111 | 111011 | 1010100 |
Color Harmonies of #EEBDCB
Complementary color
Monochromatic Colors of #EEBDCB
Black with #EEBDCB
Text Example
Text Example
White with #EEBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDCB; }
p { color: rgb(238,189,203); }
H1.HeaderClassName
{
color: #EEBDCB;
}
.AnyTagClassName
{
color: #EEBDCB;
}
</style>
background-color css
<style>
a { background-color: #EEBDCB; }
a { background-color: rgb(238,189,203); }
div.DivClassName
{
background-color: #EEBDCB;
}
.BgClassName
{
background-color: #EEBDCB;
}
</style>
border-color css
<style>
span { border-color: #EEBDCB; }
span { border-color: rgb(238,189,203); }
td.TdClassName
{
border-color: #EEBDCB;
}
.TagClassName
{
border-color: #EEBDCB;
}
</style>