Shades of Chantilly #EAAFC0
Tints of Chantilly #EAAFC0
RGB
CMYK
RGB Variations
Color information
#EAAFC0 (or 0xEAAFC0) is known color: Chantilly. HEX triplet: EA, AF and C0. RGB value is (234,175,192). Sum of RGB (Red+Green+Blue) = 234+175+192=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFC0 is #15503F. Grayscale: #C2C2C2. Windows color (decimal): -1396800 or 12627946. OLE color: 12627946.
HSL color Cylindrical-coordinate representation of color #EAAFC0: hue angle of 342.71º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFC0 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 192 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.08 |
| HSL | 342.71º | 0.58% | 0.8% | - |
| HSV(B) | 342.71º | 0.25% | 0.92% | - |
| XYZ | 58.78 | 51.96 | 56.8 | - |
| YUV | 194.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 192 | 0 | 0.25 | 0.18 | 0.08 | 342.71 | 0.58 | 0.8 |
| Hex | EA | AF | C0 | 0 | 19 | 12 | 8 | 157 | 3A | 50 |
| Octal | 352 | 257 | 300 | 0 | 31 | 22 | 10 | 527 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11000000 | 0 | 11001 | 10010 | 1000 | 101010111 | 111010 | 1010000 |
Color Harmonies of #EAAFC0
Complementary color
Monochromatic Colors of #EAAFC0
Black with #EAAFC0
Text Example
Text Example
White with #EAAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFC0; }
p { color: rgb(234,175,192); }
H1.HeaderClassName
{
color: #EAAFC0;
}
.AnyTagClassName
{
color: #EAAFC0;
}
</style>
background-color css
<style>
a { background-color: #EAAFC0; }
a { background-color: rgb(234,175,192); }
div.DivClassName
{
background-color: #EAAFC0;
}
.BgClassName
{
background-color: #EAAFC0;
}
</style>
border-color css
<style>
span { border-color: #EAAFC0; }
span { border-color: rgb(234,175,192); }
td.TdClassName
{
border-color: #EAAFC0;
}
.TagClassName
{
border-color: #EAAFC0;
}
</style>