Shades of Chantilly #EAAFC8
Tints of Chantilly #EAAFC8
RGB
CMYK
RGB Variations
Color information
#EAAFC8 (or 0xEAAFC8) is known color: Chantilly. HEX triplet: EA, AF and C8. RGB value is (234,175,200). Sum of RGB (Red+Green+Blue) = 234+175+200=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFC8 is #155037. Grayscale: #C3C3C3. Windows color (decimal): -1396792 or 13152234. OLE color: 13152234.
HSL color Cylindrical-coordinate representation of color #EAAFC8: hue angle of 334.58º 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 #EAAFC8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 200 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.08 |
| HSL | 334.58º | 0.58% | 0.8% | - |
| HSV(B) | 334.58º | 0.25% | 0.92% | - |
| XYZ | 59.69 | 52.32 | 61.6 | - |
| YUV | 195.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 200 | 0 | 0.25 | 0.15 | 0.08 | 334.58 | 0.58 | 0.8 |
| Hex | EA | AF | C8 | 0 | 19 | F | 8 | 14F | 3A | 50 |
| Octal | 352 | 257 | 310 | 0 | 31 | 17 | 10 | 517 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11001000 | 0 | 11001 | 1111 | 1000 | 101001111 | 111010 | 1010000 |
Color Harmonies of #EAAFC8
Complementary color
Monochromatic Colors of #EAAFC8
Black with #EAAFC8
Text Example
Text Example
White with #EAAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFC8; }
p { color: rgb(234,175,200); }
H1.HeaderClassName
{
color: #EAAFC8;
}
.AnyTagClassName
{
color: #EAAFC8;
}
</style>
background-color css
<style>
a { background-color: #EAAFC8; }
a { background-color: rgb(234,175,200); }
div.DivClassName
{
background-color: #EAAFC8;
}
.BgClassName
{
background-color: #EAAFC8;
}
</style>
border-color css
<style>
span { border-color: #EAAFC8; }
span { border-color: rgb(234,175,200); }
td.TdClassName
{
border-color: #EAAFC8;
}
.TagClassName
{
border-color: #EAAFC8;
}
</style>