Shades of Wistful #ACADCF
Tints of Wistful #ACADCF
RGB
CMYK
RGB Variations
Color information
#ACADCF (or 0xACADCF) is known color: Wistful. HEX triplet: AC, AD and CF. RGB value is (172,173,207). Sum of RGB (Red+Green+Blue) = 172+173+207=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCF is #535230. Grayscale: #B0B0B0. Windows color (decimal): -5460529 or 13610412. OLE color: 13610412.
HSL color Cylindrical-coordinate representation of color #ACADCF: hue angle of 238.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACADCF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 173 | 207 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.19 |
| HSL | 238.29º | 0.27% | 0.74% | - |
| HSV(B) | 238.29º | 0.17% | 0.81% | - |
| XYZ | 43.22 | 43.16 | 65.08 | - |
| YUV | 176.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 207 | 0.17 | 0.16 | 0 | 0.19 | 238.29 | 0.27 | 0.74 |
| Hex | AC | AD | CF | 11 | 10 | 0 | 13 | EE | 1B | 4A |
| Octal | 254 | 255 | 317 | 21 | 20 | 0 | 23 | 356 | 33 | 112 |
| Binary | 10101100 | 10101101 | 11001111 | 10001 | 10000 | 0 | 10011 | 11101110 | 11011 | 1001010 |
Color Harmonies of #ACADCF
Complementary color
Monochromatic Colors of #ACADCF
Black with #ACADCF
Text Example
Text Example
White with #ACADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADCF; }
p { color: rgb(172,173,207); }
H1.HeaderClassName
{
color: #ACADCF;
}
.AnyTagClassName
{
color: #ACADCF;
}
</style>
background-color css
<style>
a { background-color: #ACADCF; }
a { background-color: rgb(172,173,207); }
div.DivClassName
{
background-color: #ACADCF;
}
.BgClassName
{
background-color: #ACADCF;
}
</style>
border-color css
<style>
span { border-color: #ACADCF; }
span { border-color: rgb(172,173,207); }
td.TdClassName
{
border-color: #ACADCF;
}
.TagClassName
{
border-color: #ACADCF;
}
</style>