Shades of Wistful #ACADD7
Tints of Wistful #ACADD7
RGB
CMYK
RGB Variations
Color information
#ACADD7 (or 0xACADD7) is known color: Wistful. HEX triplet: AC, AD and D7. RGB value is (172,173,215). Sum of RGB (Red+Green+Blue) = 172+173+215=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD7 is #535228. Grayscale: #B1B1B1. Windows color (decimal): -5460521 or 14134700. OLE color: 14134700.
HSL color Cylindrical-coordinate representation of color #ACADD7: hue angle of 238.6º degrees, saturation: 0.35, 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 #ACADD7 is Cyan = 0.2, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 173 | 215 | - |
| CMYK | 0.2 | 0.20 | 0 | 0.16 |
| HSL | 238.6º | 0.35% | 0.76% | - |
| HSV(B) | 238.6º | 0.2% | 0.84% | - |
| XYZ | 44.22 | 43.56 | 70.37 | - |
| YUV | 177.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 215 | 0.2 | 0.20 | 0 | 0.16 | 238.6 | 0.35 | 0.76 |
| Hex | AC | AD | D7 | 14 | 14 | 0 | 10 | EF | 23 | 4C |
| Octal | 254 | 255 | 327 | 24 | 24 | 0 | 20 | 357 | 43 | 114 |
| Binary | 10101100 | 10101101 | 11010111 | 10100 | 10100 | 0 | 10000 | 11101111 | 100011 | 1001100 |
Color Harmonies of #ACADD7
Complementary color
Monochromatic Colors of #ACADD7
Black with #ACADD7
Text Example
Text Example
White with #ACADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADD7; }
p { color: rgb(172,173,215); }
H1.HeaderClassName
{
color: #ACADD7;
}
.AnyTagClassName
{
color: #ACADD7;
}
</style>
background-color css
<style>
a { background-color: #ACADD7; }
a { background-color: rgb(172,173,215); }
div.DivClassName
{
background-color: #ACADD7;
}
.BgClassName
{
background-color: #ACADD7;
}
</style>
border-color css
<style>
span { border-color: #ACADD7; }
span { border-color: rgb(172,173,215); }
td.TdClassName
{
border-color: #ACADD7;
}
.TagClassName
{
border-color: #ACADD7;
}
</style>