Shades of Wistful #ABACCE
Tints of Wistful #ABACCE
RGB
CMYK
RGB Variations
Color information
#ABACCE (or 0xABACCE) is known color: Wistful. HEX triplet: AB, AC and CE. RGB value is (171,172,206). Sum of RGB (Red+Green+Blue) = 171+172+206=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACCE is #545331. Grayscale: #AFAFAF. Windows color (decimal): -5526322 or 13544619. OLE color: 13544619.
HSL color Cylindrical-coordinate representation of color #ABACCE: hue angle of 238.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABACCE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 172 | 206 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.19 |
| HSL | 238.29º | 0.26% | 0.74% | - |
| HSV(B) | 238.29º | 0.17% | 0.81% | - |
| XYZ | 42.69 | 42.62 | 64.37 | - |
| YUV | 175.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 206 | 0.17 | 0.17 | 0 | 0.19 | 238.29 | 0.26 | 0.74 |
| Hex | AB | AC | CE | 11 | 11 | 0 | 13 | EE | 1A | 4A |
| Octal | 253 | 254 | 316 | 21 | 21 | 0 | 23 | 356 | 32 | 112 |
| Binary | 10101011 | 10101100 | 11001110 | 10001 | 10001 | 0 | 10011 | 11101110 | 11010 | 1001010 |
Color Harmonies of #ABACCE
Complementary color
Monochromatic Colors of #ABACCE
Black with #ABACCE
Text Example
Text Example
White with #ABACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACCE; }
p { color: rgb(171,172,206); }
H1.HeaderClassName
{
color: #ABACCE;
}
.AnyTagClassName
{
color: #ABACCE;
}
</style>
background-color css
<style>
a { background-color: #ABACCE; }
a { background-color: rgb(171,172,206); }
div.DivClassName
{
background-color: #ABACCE;
}
.BgClassName
{
background-color: #ABACCE;
}
</style>
border-color css
<style>
span { border-color: #ABACCE; }
span { border-color: rgb(171,172,206); }
td.TdClassName
{
border-color: #ABACCE;
}
.TagClassName
{
border-color: #ABACCE;
}
</style>