Shades of Chantilly #EAADC4
Tints of Chantilly #EAADC4
RGB
CMYK
RGB Variations
Color information
#EAADC4 (or 0xEAADC4) is known color: Chantilly. HEX triplet: EA, AD and C4. RGB value is (234,173,196). Sum of RGB (Red+Green+Blue) = 234+173+196=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADC4 is #15523B. Grayscale: #C1C1C1. Windows color (decimal): -1397308 or 12889578. OLE color: 12889578.
HSL color Cylindrical-coordinate representation of color #EAADC4: hue angle of 337.38º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADC4 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 196 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.08 |
| HSL | 337.38º | 0.59% | 0.8% | - |
| HSV(B) | 337.38º | 0.26% | 0.92% | - |
| XYZ | 58.84 | 51.37 | 59.04 | - |
| YUV | 193.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 196 | 0 | 0.26 | 0.16 | 0.08 | 337.38 | 0.59 | 0.8 |
| Hex | EA | AD | C4 | 0 | 1A | 10 | 8 | 151 | 3B | 50 |
| Octal | 352 | 255 | 304 | 0 | 32 | 20 | 10 | 521 | 73 | 120 |
| Binary | 11101010 | 10101101 | 11000100 | 0 | 11010 | 10000 | 1000 | 101010001 | 111011 | 1010000 |
Color Harmonies of #EAADC4
Complementary color
Monochromatic Colors of #EAADC4
Black with #EAADC4
Text Example
Text Example
White with #EAADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADC4; }
p { color: rgb(234,173,196); }
H1.HeaderClassName
{
color: #EAADC4;
}
.AnyTagClassName
{
color: #EAADC4;
}
</style>
background-color css
<style>
a { background-color: #EAADC4; }
a { background-color: rgb(234,173,196); }
div.DivClassName
{
background-color: #EAADC4;
}
.BgClassName
{
background-color: #EAADC4;
}
</style>
border-color css
<style>
span { border-color: #EAADC4; }
span { border-color: rgb(234,173,196); }
td.TdClassName
{
border-color: #EAADC4;
}
.TagClassName
{
border-color: #EAADC4;
}
</style>