Shades of Wistful #ADADD4
Tints of Wistful #ADADD4
RGB
CMYK
RGB Variations
Color information
#ADADD4 (or 0xADADD4) is known color: Wistful. HEX triplet: AD, AD and D4. RGB value is (173,173,212). Sum of RGB (Red+Green+Blue) = 173+173+212=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD4 is #52522B. Grayscale: #B1B1B1. Windows color (decimal): -5394988 or 13938093. OLE color: 13938093.
HSL color Cylindrical-coordinate representation of color #ADADD4: hue angle of 240º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADADD4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 173 | 212 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.17 |
| HSL | 240º | 0.31% | 0.75% | - |
| HSV(B) | 240º | 0.18% | 0.83% | - |
| XYZ | 44.06 | 43.52 | 68.37 | - |
| YUV | 177.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 212 | 0.18 | 0.18 | 0 | 0.17 | 240 | 0.31 | 0.75 |
| Hex | AD | AD | D4 | 12 | 12 | 0 | 11 | F0 | 1F | 4B |
| Octal | 255 | 255 | 324 | 22 | 22 | 0 | 21 | 360 | 37 | 113 |
| Binary | 10101101 | 10101101 | 11010100 | 10010 | 10010 | 0 | 10001 | 11110000 | 11111 | 1001011 |
Color Harmonies of #ADADD4
Complementary color
Monochromatic Colors of #ADADD4
Black with #ADADD4
Text Example
Text Example
White with #ADADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADD4; }
p { color: rgb(173,173,212); }
H1.HeaderClassName
{
color: #ADADD4;
}
.AnyTagClassName
{
color: #ADADD4;
}
</style>
background-color css
<style>
a { background-color: #ADADD4; }
a { background-color: rgb(173,173,212); }
div.DivClassName
{
background-color: #ADADD4;
}
.BgClassName
{
background-color: #ADADD4;
}
</style>
border-color css
<style>
span { border-color: #ADADD4; }
span { border-color: rgb(173,173,212); }
td.TdClassName
{
border-color: #ADADD4;
}
.TagClassName
{
border-color: #ADADD4;
}
</style>