Shades of Pale Chestnut #EEABAF
Tints of Pale Chestnut #EEABAF
RGB
CMYK
RGB Variations
Color information
#EEABAF (or 0xEEABAF) is known color: Pale Chestnut. HEX triplet: EE, AB and AF. RGB value is (238,171,175). Sum of RGB (Red+Green+Blue) = 238+171+175=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEABAF is #115450. Grayscale: #BFBFBF. Windows color (decimal): -1135697 or 11512814. OLE color: 11512814.
HSL color Cylindrical-coordinate representation of color #EEABAF: hue angle of 356.42º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABAF is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 175 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.07 |
| HSL | 356.42º | 0.66% | 0.8% | - |
| HSV(B) | 356.42º | 0.28% | 0.93% | - |
| XYZ | 57.56 | 50.4 | 47.25 | - |
| YUV | 191.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 175 | 0 | 0.28 | 0.26 | 0.07 | 356.42 | 0.66 | 0.8 |
| Hex | EE | AB | AF | 0 | 1C | 1A | 7 | 164 | 42 | 50 |
| Octal | 356 | 253 | 257 | 0 | 34 | 32 | 7 | 544 | 102 | 120 |
| Binary | 11101110 | 10101011 | 10101111 | 0 | 11100 | 11010 | 111 | 101100100 | 1000010 | 1010000 |
Color Harmonies of #EEABAF
Complementary color
Monochromatic Colors of #EEABAF
Black with #EEABAF
Text Example
Text Example
White with #EEABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABAF; }
p { color: rgb(238,171,175); }
H1.HeaderClassName
{
color: #EEABAF;
}
.AnyTagClassName
{
color: #EEABAF;
}
</style>
background-color css
<style>
a { background-color: #EEABAF; }
a { background-color: rgb(238,171,175); }
div.DivClassName
{
background-color: #EEABAF;
}
.BgClassName
{
background-color: #EEABAF;
}
</style>
border-color css
<style>
span { border-color: #EEABAF; }
span { border-color: rgb(238,171,175); }
td.TdClassName
{
border-color: #EEABAF;
}
.TagClassName
{
border-color: #EEABAF;
}
</style>