Shades of Wistful #ACADCD
Tints of Wistful #ACADCD
RGB
CMYK
RGB Variations
Color information
#ACADCD (or 0xACADCD) is known color: Wistful. HEX triplet: AC, AD and CD. RGB value is (172,173,205). Sum of RGB (Red+Green+Blue) = 172+173+205=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCD is #535232. Grayscale: #B0B0B0. Windows color (decimal): -5460531 or 13479340. OLE color: 13479340.
HSL color Cylindrical-coordinate representation of color #ACADCD: hue angle of 238.18º degrees, saturation: 0.25, 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 #ACADCD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 173 | 205 | - |
CMYK | 0.16 | 0.16 | 0 | 0.20 |
HSL | 238.18º | 0.25% | 0.74% | - |
HSV(B) | 238.18º | 0.16% | 0.8% | - |
XYZ | 42.98 | 43.07 | 63.81 | - |
YUV | 176.35 | 144.17 | 124.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 205 | 0.16 | 0.16 | 0 | 0.20 | 238.18 | 0.25 | 0.74 |
Hex | AC | AD | CD | 10 | 10 | 0 | 14 | EE | 19 | 4A |
Octal | 254 | 255 | 315 | 20 | 20 | 0 | 24 | 356 | 31 | 112 |
Binary | 10101100 | 10101101 | 11001101 | 10000 | 10000 | 0 | 10100 | 11101110 | 11001 | 1001010 |
Color Harmonies of #ACADCD
Complementary color
Monochromatic Colors of #ACADCD
Black with #ACADCD
Text Example
Text Example
White with #ACADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADCD; }
p { color: rgb(172,173,205); }
H1.HeaderClassName
{
color: #ACADCD;
}
.AnyTagClassName
{
color: #ACADCD;
}
</style>
background-color css
<style>
a { background-color: #ACADCD; }
a { background-color: rgb(172,173,205); }
div.DivClassName
{
background-color: #ACADCD;
}
.BgClassName
{
background-color: #ACADCD;
}
</style>
border-color css
<style>
span { border-color: #ACADCD; }
span { border-color: rgb(172,173,205); }
td.TdClassName
{
border-color: #ACADCD;
}
.TagClassName
{
border-color: #ACADCD;
}
</style>