Shades of Wistful #ACADD8
Tints of Wistful #ACADD8
RGB
CMYK
RGB Variations
Color information
#ACADD8 (or 0xACADD8) is known color: Wistful. HEX triplet: AC, AD and D8. RGB value is (172,173,216). Sum of RGB (Red+Green+Blue) = 172+173+216=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD8 is #535227. Grayscale: #B1B1B1. Windows color (decimal): -5460520 or 14200236. OLE color: 14200236.
HSL color Cylindrical-coordinate representation of color #ACADD8: hue angle of 238.64º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACADD8 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 173 | 216 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.15 |
| HSL | 238.64º | 0.36% | 0.76% | - |
| HSV(B) | 238.64º | 0.2% | 0.85% | - |
| XYZ | 44.35 | 43.62 | 71.05 | - |
| YUV | 177.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 216 | 0.20 | 0.20 | 0 | 0.15 | 238.64 | 0.36 | 0.76 |
| Hex | AC | AD | D8 | 14 | 14 | 0 | F | EF | 24 | 4C |
| Octal | 254 | 255 | 330 | 24 | 24 | 0 | 17 | 357 | 44 | 114 |
| Binary | 10101100 | 10101101 | 11011000 | 10100 | 10100 | 0 | 1111 | 11101111 | 100100 | 1001100 |
Color Harmonies of #ACADD8
Complementary color
Monochromatic Colors of #ACADD8
Black with #ACADD8
Text Example
Text Example
White with #ACADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADD8; }
p { color: rgb(172,173,216); }
H1.HeaderClassName
{
color: #ACADD8;
}
.AnyTagClassName
{
color: #ACADD8;
}
</style>
background-color css
<style>
a { background-color: #ACADD8; }
a { background-color: rgb(172,173,216); }
div.DivClassName
{
background-color: #ACADD8;
}
.BgClassName
{
background-color: #ACADD8;
}
</style>
border-color css
<style>
span { border-color: #ACADD8; }
span { border-color: rgb(172,173,216); }
td.TdClassName
{
border-color: #ACADD8;
}
.TagClassName
{
border-color: #ACADD8;
}
</style>