Shades of Chantilly #EABDC4
Tints of Chantilly #EABDC4
RGB
CMYK
RGB Variations
Color information
#EABDC4 (or 0xEABDC4) is known color: Chantilly. HEX triplet: EA, BD and C4. RGB value is (234,189,196). Sum of RGB (Red+Green+Blue) = 234+189+196=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC4 is #15423B. Grayscale: #CBCBCB. Windows color (decimal): -1393212 or 12893674. OLE color: 12893674.
HSL color Cylindrical-coordinate representation of color #EABDC4: hue angle of 350.67º 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 #EABDC4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 196 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.08 |
| HSL | 350.67º | 0.52% | 0.83% | - |
| HSV(B) | 350.67º | 0.19% | 0.92% | - |
| XYZ | 62.09 | 57.87 | 60.12 | - |
| YUV | 203.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 196 | 0 | 0.19 | 0.16 | 0.08 | 350.67 | 0.52 | 0.83 |
| Hex | EA | BD | C4 | 0 | 13 | 10 | 8 | 15F | 34 | 53 |
| Octal | 352 | 275 | 304 | 0 | 23 | 20 | 10 | 537 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11000100 | 0 | 10011 | 10000 | 1000 | 101011111 | 110100 | 1010011 |
Color Harmonies of #EABDC4
Complementary color
Monochromatic Colors of #EABDC4
Black with #EABDC4
Text Example
Text Example
White with #EABDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDC4; }
p { color: rgb(234,189,196); }
H1.HeaderClassName
{
color: #EABDC4;
}
.AnyTagClassName
{
color: #EABDC4;
}
</style>
background-color css
<style>
a { background-color: #EABDC4; }
a { background-color: rgb(234,189,196); }
div.DivClassName
{
background-color: #EABDC4;
}
.BgClassName
{
background-color: #EABDC4;
}
</style>
border-color css
<style>
span { border-color: #EABDC4; }
span { border-color: rgb(234,189,196); }
td.TdClassName
{
border-color: #EABDC4;
}
.TagClassName
{
border-color: #EABDC4;
}
</style>