Shades of Chantilly #EAADC5
Tints of Chantilly #EAADC5
RGB
CMYK
RGB Variations
Color information
#EAADC5 (or 0xEAADC5) is known color: Chantilly. HEX triplet: EA, AD and C5. RGB value is (234,173,197). Sum of RGB (Red+Green+Blue) = 234+173+197=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADC5 is #15523A. Grayscale: #C1C1C1. Windows color (decimal): -1397307 or 12955114. OLE color: 12955114.
HSL color Cylindrical-coordinate representation of color #EAADC5: hue angle of 336.39º 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 #EAADC5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 197 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.08 |
| HSL | 336.39º | 0.59% | 0.8% | - |
| HSV(B) | 336.39º | 0.26% | 0.92% | - |
| XYZ | 58.95 | 51.41 | 59.64 | - |
| YUV | 193.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 197 | 0 | 0.26 | 0.16 | 0.08 | 336.39 | 0.59 | 0.8 |
| Hex | EA | AD | C5 | 0 | 1A | 10 | 8 | 150 | 3B | 50 |
| Octal | 352 | 255 | 305 | 0 | 32 | 20 | 10 | 520 | 73 | 120 |
| Binary | 11101010 | 10101101 | 11000101 | 0 | 11010 | 10000 | 1000 | 101010000 | 111011 | 1010000 |
Color Harmonies of #EAADC5
Complementary color
Monochromatic Colors of #EAADC5
Black with #EAADC5
Text Example
Text Example
White with #EAADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADC5; }
p { color: rgb(234,173,197); }
H1.HeaderClassName
{
color: #EAADC5;
}
.AnyTagClassName
{
color: #EAADC5;
}
</style>
background-color css
<style>
a { background-color: #EAADC5; }
a { background-color: rgb(234,173,197); }
div.DivClassName
{
background-color: #EAADC5;
}
.BgClassName
{
background-color: #EAADC5;
}
</style>
border-color css
<style>
span { border-color: #EAADC5; }
span { border-color: rgb(234,173,197); }
td.TdClassName
{
border-color: #EAADC5;
}
.TagClassName
{
border-color: #EAADC5;
}
</style>