Shades of Chantilly #EAAFC9
Tints of Chantilly #EAAFC9
RGB
CMYK
RGB Variations
Color information
#EAAFC9 (or 0xEAAFC9) is known color: Chantilly. HEX triplet: EA, AF and C9. RGB value is (234,175,201). Sum of RGB (Red+Green+Blue) = 234+175+201=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFC9 is #155036. Grayscale: #C3C3C3. Windows color (decimal): -1396791 or 13217770. OLE color: 13217770.
HSL color Cylindrical-coordinate representation of color #EAAFC9: hue angle of 333.56º 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 #EAAFC9 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 201 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.08 |
| HSL | 333.56º | 0.58% | 0.8% | - |
| HSV(B) | 333.56º | 0.25% | 0.92% | - |
| XYZ | 59.8 | 52.37 | 62.21 | - |
| YUV | 195.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 201 | 0 | 0.25 | 0.14 | 0.08 | 333.56 | 0.58 | 0.8 |
| Hex | EA | AF | C9 | 0 | 19 | E | 8 | 14E | 3A | 50 |
| Octal | 352 | 257 | 311 | 0 | 31 | 16 | 10 | 516 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11001001 | 0 | 11001 | 1110 | 1000 | 101001110 | 111010 | 1010000 |
Color Harmonies of #EAAFC9
Complementary color
Monochromatic Colors of #EAAFC9
Black with #EAAFC9
Text Example
Text Example
White with #EAAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFC9; }
p { color: rgb(234,175,201); }
H1.HeaderClassName
{
color: #EAAFC9;
}
.AnyTagClassName
{
color: #EAAFC9;
}
</style>
background-color css
<style>
a { background-color: #EAAFC9; }
a { background-color: rgb(234,175,201); }
div.DivClassName
{
background-color: #EAAFC9;
}
.BgClassName
{
background-color: #EAAFC9;
}
</style>
border-color css
<style>
span { border-color: #EAAFC9; }
span { border-color: rgb(234,175,201); }
td.TdClassName
{
border-color: #EAAFC9;
}
.TagClassName
{
border-color: #EAAFC9;
}
</style>