Shades of Wistful #ACADC8
Tints of Wistful #ACADC8
RGB
CMYK
RGB Variations
Color information
#ACADC8 (or 0xACADC8) is known color: Wistful. HEX triplet: AC, AD and C8. RGB value is (172,173,200). Sum of RGB (Red+Green+Blue) = 172+173+200=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #ACADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC8 is #535237. Grayscale: #AFAFAF. Windows color (decimal): -5460536 or 13151660. OLE color: 13151660.
HSL color Cylindrical-coordinate representation of color #ACADC8: hue angle of 237.86º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACADC8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 173 | 200 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.22 |
| HSL | 237.86º | 0.2% | 0.73% | - |
| HSV(B) | 237.86º | 0.14% | 0.78% | - |
| XYZ | 42.38 | 42.83 | 60.68 | - |
| YUV | 175.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 200 | 0.14 | 0.14 | 0 | 0.22 | 237.86 | 0.2 | 0.73 |
| Hex | AC | AD | C8 | E | E | 0 | 16 | EE | 14 | 49 |
| Octal | 254 | 255 | 310 | 16 | 16 | 0 | 26 | 356 | 24 | 111 |
| Binary | 10101100 | 10101101 | 11001000 | 1110 | 1110 | 0 | 10110 | 11101110 | 10100 | 1001001 |
Color Harmonies of #ACADC8
Complementary color
Monochromatic Colors of #ACADC8
Black with #ACADC8
Text Example
Text Example
White with #ACADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADC8; }
p { color: rgb(172,173,200); }
H1.HeaderClassName
{
color: #ACADC8;
}
.AnyTagClassName
{
color: #ACADC8;
}
</style>
background-color css
<style>
a { background-color: #ACADC8; }
a { background-color: rgb(172,173,200); }
div.DivClassName
{
background-color: #ACADC8;
}
.BgClassName
{
background-color: #ACADC8;
}
</style>
border-color css
<style>
span { border-color: #ACADC8; }
span { border-color: rgb(172,173,200); }
td.TdClassName
{
border-color: #ACADC8;
}
.TagClassName
{
border-color: #ACADC8;
}
</style>