Shades of Wistful #ABACD3
Tints of Wistful #ABACD3
RGB
CMYK
RGB Variations
Color information
#ABACD3 (or 0xABACD3) is known color: Wistful. HEX triplet: AB, AC and D3. RGB value is (171,172,211). Sum of RGB (Red+Green+Blue) = 171+172+211=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABACD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACD3 is #54532C. Grayscale: #AFAFAF. Windows color (decimal): -5526317 or 13872299. OLE color: 13872299.
HSL color Cylindrical-coordinate representation of color #ABACD3: hue angle of 238.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABACD3 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 172 | 211 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.17 |
| HSL | 238.5º | 0.31% | 0.75% | - |
| HSV(B) | 238.5º | 0.19% | 0.83% | - |
| XYZ | 43.3 | 42.87 | 67.62 | - |
| YUV | 176.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 211 | 0.19 | 0.18 | 0 | 0.17 | 238.5 | 0.31 | 0.75 |
| Hex | AB | AC | D3 | 13 | 12 | 0 | 11 | EE | 1F | 4B |
| Octal | 253 | 254 | 323 | 23 | 22 | 0 | 21 | 356 | 37 | 113 |
| Binary | 10101011 | 10101100 | 11010011 | 10011 | 10010 | 0 | 10001 | 11101110 | 11111 | 1001011 |
Color Harmonies of #ABACD3
Complementary color
Monochromatic Colors of #ABACD3
Black with #ABACD3
Text Example
Text Example
White with #ABACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACD3; }
p { color: rgb(171,172,211); }
H1.HeaderClassName
{
color: #ABACD3;
}
.AnyTagClassName
{
color: #ABACD3;
}
</style>
background-color css
<style>
a { background-color: #ABACD3; }
a { background-color: rgb(171,172,211); }
div.DivClassName
{
background-color: #ABACD3;
}
.BgClassName
{
background-color: #ABACD3;
}
</style>
border-color css
<style>
span { border-color: #ABACD3; }
span { border-color: rgb(171,172,211); }
td.TdClassName
{
border-color: #ABACD3;
}
.TagClassName
{
border-color: #ABACD3;
}
</style>