Shades of Wistful #ACADCC
Tints of Wistful #ACADCC
RGB
CMYK
RGB Variations
Color information
#ACADCC (or 0xACADCC) is known color: Wistful. HEX triplet: AC, AD and CC. RGB value is (172,173,204). Sum of RGB (Red+Green+Blue) = 172+173+204=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCC is #535233. Grayscale: #B0B0B0. Windows color (decimal): -5460532 or 13413804. OLE color: 13413804.
HSL color Cylindrical-coordinate representation of color #ACADCC: hue angle of 238.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACADCC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 173 | 204 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.2 |
| HSL | 238.13º | 0.24% | 0.74% | - |
| HSV(B) | 238.13º | 0.16% | 0.8% | - |
| XYZ | 42.86 | 43.02 | 63.17 | - |
| YUV | 176.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 204 | 0.16 | 0.15 | 0 | 0.2 | 238.13 | 0.24 | 0.74 |
| Hex | AC | AD | CC | 10 | F | 0 | 14 | EE | 18 | 4A |
| Octal | 254 | 255 | 314 | 20 | 17 | 0 | 24 | 356 | 30 | 112 |
| Binary | 10101100 | 10101101 | 11001100 | 10000 | 1111 | 0 | 10100 | 11101110 | 11000 | 1001010 |
Color Harmonies of #ACADCC
Complementary color
Monochromatic Colors of #ACADCC
Black with #ACADCC
Text Example
Text Example
White with #ACADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADCC; }
p { color: rgb(172,173,204); }
H1.HeaderClassName
{
color: #ACADCC;
}
.AnyTagClassName
{
color: #ACADCC;
}
</style>
background-color css
<style>
a { background-color: #ACADCC; }
a { background-color: rgb(172,173,204); }
div.DivClassName
{
background-color: #ACADCC;
}
.BgClassName
{
background-color: #ACADCC;
}
</style>
border-color css
<style>
span { border-color: #ACADCC; }
span { border-color: rgb(172,173,204); }
td.TdClassName
{
border-color: #ACADCC;
}
.TagClassName
{
border-color: #ACADCC;
}
</style>