Shades of Wistful #ACADD9
Tints of Wistful #ACADD9
RGB
CMYK
RGB Variations
Color information
#ACADD9 (or 0xACADD9) is known color: Wistful. HEX triplet: AC, AD and D9. RGB value is (172,173,217). Sum of RGB (Red+Green+Blue) = 172+173+217=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD9 is #535226. Grayscale: #B1B1B1. Windows color (decimal): -5460519 or 14265772. OLE color: 14265772.
HSL color Cylindrical-coordinate representation of color #ACADD9: hue angle of 238.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACADD9 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 173 | 217 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.15 |
| HSL | 238.67º | 0.37% | 0.76% | - |
| HSV(B) | 238.67º | 0.21% | 0.85% | - |
| XYZ | 44.48 | 43.67 | 71.73 | - |
| YUV | 177.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 217 | 0.21 | 0.20 | 0 | 0.15 | 238.67 | 0.37 | 0.76 |
| Hex | AC | AD | D9 | 15 | 14 | 0 | F | EF | 25 | 4C |
| Octal | 254 | 255 | 331 | 25 | 24 | 0 | 17 | 357 | 45 | 114 |
| Binary | 10101100 | 10101101 | 11011001 | 10101 | 10100 | 0 | 1111 | 11101111 | 100101 | 1001100 |
Color Harmonies of #ACADD9
Complementary color
Monochromatic Colors of #ACADD9
Black with #ACADD9
Text Example
Text Example
White with #ACADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADD9; }
p { color: rgb(172,173,217); }
H1.HeaderClassName
{
color: #ACADD9;
}
.AnyTagClassName
{
color: #ACADD9;
}
</style>
background-color css
<style>
a { background-color: #ACADD9; }
a { background-color: rgb(172,173,217); }
div.DivClassName
{
background-color: #ACADD9;
}
.BgClassName
{
background-color: #ACADD9;
}
</style>
border-color css
<style>
span { border-color: #ACADD9; }
span { border-color: rgb(172,173,217); }
td.TdClassName
{
border-color: #ACADD9;
}
.TagClassName
{
border-color: #ACADD9;
}
</style>