Shades of Chantilly #EABDCB
Tints of Chantilly #EABDCB
RGB
CMYK
RGB Variations
Color information
#EABDCB (or 0xEABDCB) is known color: Chantilly. HEX triplet: EA, BD and CB. RGB value is (234,189,203). Sum of RGB (Red+Green+Blue) = 234+189+203=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDCB is #154234. Grayscale: #CCCCCC. Windows color (decimal): -1393205 or 13352426. OLE color: 13352426.
HSL color Cylindrical-coordinate representation of color #EABDCB: hue angle of 341.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDCB is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 203 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.08 |
| HSL | 341.33º | 0.52% | 0.83% | - |
| HSV(B) | 341.33º | 0.19% | 0.92% | - |
| XYZ | 62.91 | 58.2 | 64.42 | - |
| YUV | 204.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 203 | 0 | 0.19 | 0.13 | 0.08 | 341.33 | 0.52 | 0.83 |
| Hex | EA | BD | CB | 0 | 13 | D | 8 | 155 | 34 | 53 |
| Octal | 352 | 275 | 313 | 0 | 23 | 15 | 10 | 525 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11001011 | 0 | 10011 | 1101 | 1000 | 101010101 | 110100 | 1010011 |
Color Harmonies of #EABDCB
Complementary color
Monochromatic Colors of #EABDCB
Black with #EABDCB
Text Example
Text Example
White with #EABDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDCB; }
p { color: rgb(234,189,203); }
H1.HeaderClassName
{
color: #EABDCB;
}
.AnyTagClassName
{
color: #EABDCB;
}
</style>
background-color css
<style>
a { background-color: #EABDCB; }
a { background-color: rgb(234,189,203); }
div.DivClassName
{
background-color: #EABDCB;
}
.BgClassName
{
background-color: #EABDCB;
}
</style>
border-color css
<style>
span { border-color: #EABDCB; }
span { border-color: rgb(234,189,203); }
td.TdClassName
{
border-color: #EABDCB;
}
.TagClassName
{
border-color: #EABDCB;
}
</style>