Shades of Wistful #ACADCB
Tints of Wistful #ACADCB
RGB
CMYK
RGB Variations
Color information
#ACADCB (or 0xACADCB) is known color: Wistful. HEX triplet: AC, AD and CB. RGB value is (172,173,203). Sum of RGB (Red+Green+Blue) = 172+173+203=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCB is #535234. Grayscale: #B0B0B0. Windows color (decimal): -5460533 or 13348268. OLE color: 13348268.
HSL color Cylindrical-coordinate representation of color #ACADCB: hue angle of 238.06º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACADCB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 173 | 203 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.20 |
| HSL | 238.06º | 0.23% | 0.74% | - |
| HSV(B) | 238.06º | 0.15% | 0.8% | - |
| XYZ | 42.74 | 42.97 | 62.54 | - |
| YUV | 176.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 203 | 0.15 | 0.15 | 0 | 0.20 | 238.06 | 0.23 | 0.74 |
| Hex | AC | AD | CB | F | F | 0 | 14 | EE | 17 | 4A |
| Octal | 254 | 255 | 313 | 17 | 17 | 0 | 24 | 356 | 27 | 112 |
| Binary | 10101100 | 10101101 | 11001011 | 1111 | 1111 | 0 | 10100 | 11101110 | 10111 | 1001010 |
Color Harmonies of #ACADCB
Complementary color
Monochromatic Colors of #ACADCB
Black with #ACADCB
Text Example
Text Example
White with #ACADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADCB; }
p { color: rgb(172,173,203); }
H1.HeaderClassName
{
color: #ACADCB;
}
.AnyTagClassName
{
color: #ACADCB;
}
</style>
background-color css
<style>
a { background-color: #ACADCB; }
a { background-color: rgb(172,173,203); }
div.DivClassName
{
background-color: #ACADCB;
}
.BgClassName
{
background-color: #ACADCB;
}
</style>
border-color css
<style>
span { border-color: #ACADCB; }
span { border-color: rgb(172,173,203); }
td.TdClassName
{
border-color: #ACADCB;
}
.TagClassName
{
border-color: #ACADCB;
}
</style>