Shades of Wistful #ACADD6
Tints of Wistful #ACADD6
RGB
CMYK
RGB Variations
Color information
#ACADD6 (or 0xACADD6) is known color: Wistful. HEX triplet: AC, AD and D6. RGB value is (172,173,214). Sum of RGB (Red+Green+Blue) = 172+173+214=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD6 is #535229. Grayscale: #B1B1B1. Windows color (decimal): -5460522 or 14069164. OLE color: 14069164.
HSL color Cylindrical-coordinate representation of color #ACADD6: hue angle of 238.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACADD6 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 173 | 214 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.16 |
| HSL | 238.57º | 0.34% | 0.76% | - |
| HSV(B) | 238.57º | 0.2% | 0.84% | - |
| XYZ | 44.09 | 43.51 | 69.69 | - |
| YUV | 177.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 214 | 0.20 | 0.19 | 0 | 0.16 | 238.57 | 0.34 | 0.76 |
| Hex | AC | AD | D6 | 14 | 13 | 0 | 10 | EF | 22 | 4C |
| Octal | 254 | 255 | 326 | 24 | 23 | 0 | 20 | 357 | 42 | 114 |
| Binary | 10101100 | 10101101 | 11010110 | 10100 | 10011 | 0 | 10000 | 11101111 | 100010 | 1001100 |
Color Harmonies of #ACADD6
Complementary color
Monochromatic Colors of #ACADD6
Black with #ACADD6
Text Example
Text Example
White with #ACADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADD6; }
p { color: rgb(172,173,214); }
H1.HeaderClassName
{
color: #ACADD6;
}
.AnyTagClassName
{
color: #ACADD6;
}
</style>
background-color css
<style>
a { background-color: #ACADD6; }
a { background-color: rgb(172,173,214); }
div.DivClassName
{
background-color: #ACADD6;
}
.BgClassName
{
background-color: #ACADD6;
}
</style>
border-color css
<style>
span { border-color: #ACADD6; }
span { border-color: rgb(172,173,214); }
td.TdClassName
{
border-color: #ACADD6;
}
.TagClassName
{
border-color: #ACADD6;
}
</style>