Shades of Wistful #ADACD1
Tints of Wistful #ADACD1
RGB
CMYK
RGB Variations
Color information
#ADACD1 (or 0xADACD1) is known color: Wistful. HEX triplet: AD, AC and D1. RGB value is (173,172,209). Sum of RGB (Red+Green+Blue) = 173+172+209=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD1 is #52532E. Grayscale: #B0B0B0. Windows color (decimal): -5395247 or 13741229. OLE color: 13741229.
HSL color Cylindrical-coordinate representation of color #ADACD1: hue angle of 241.62º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADACD1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 172 | 209 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.18 |
| HSL | 241.62º | 0.29% | 0.75% | - |
| HSV(B) | 241.62º | 0.18% | 0.82% | - |
| XYZ | 43.49 | 42.99 | 66.33 | - |
| YUV | 176.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 209 | 0.17 | 0.18 | 0 | 0.18 | 241.62 | 0.29 | 0.75 |
| Hex | AD | AC | D1 | 11 | 12 | 0 | 12 | F2 | 1D | 4B |
| Octal | 255 | 254 | 321 | 21 | 22 | 0 | 22 | 362 | 35 | 113 |
| Binary | 10101101 | 10101100 | 11010001 | 10001 | 10010 | 0 | 10010 | 11110010 | 11101 | 1001011 |
Color Harmonies of #ADACD1
Complementary color
Monochromatic Colors of #ADACD1
Black with #ADACD1
Text Example
Text Example
White with #ADACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACD1; }
p { color: rgb(173,172,209); }
H1.HeaderClassName
{
color: #ADACD1;
}
.AnyTagClassName
{
color: #ADACD1;
}
</style>
background-color css
<style>
a { background-color: #ADACD1; }
a { background-color: rgb(173,172,209); }
div.DivClassName
{
background-color: #ADACD1;
}
.BgClassName
{
background-color: #ADACD1;
}
</style>
border-color css
<style>
span { border-color: #ADACD1; }
span { border-color: rgb(173,172,209); }
td.TdClassName
{
border-color: #ADACD1;
}
.TagClassName
{
border-color: #ADACD1;
}
</style>