Shades of Wistful #ADADD5
Tints of Wistful #ADADD5
RGB
CMYK
RGB Variations
Color information
#ADADD5 (or 0xADADD5) is known color: Wistful. HEX triplet: AD, AD and D5. RGB value is (173,173,213). Sum of RGB (Red+Green+Blue) = 173+173+213=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD5 is #52522A. Grayscale: #B1B1B1. Windows color (decimal): -5394987 or 14003629. OLE color: 14003629.
HSL color Cylindrical-coordinate representation of color #ADADD5: hue angle of 240º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADADD5 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 173 | 173 | 213 | - |
CMYK | 0.19 | 0.19 | 0 | 0.16 |
HSL | 240º | 0.32% | 0.76% | - |
HSV(B) | 240º | 0.19% | 0.84% | - |
XYZ | 44.19 | 43.58 | 69.03 | - |
YUV | 177.56 | 148 | 124.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 213 | 0.19 | 0.19 | 0 | 0.16 | 240 | 0.32 | 0.76 |
Hex | AD | AD | D5 | 13 | 13 | 0 | 10 | F0 | 20 | 4C |
Octal | 255 | 255 | 325 | 23 | 23 | 0 | 20 | 360 | 40 | 114 |
Binary | 10101101 | 10101101 | 11010101 | 10011 | 10011 | 0 | 10000 | 11110000 | 100000 | 1001100 |
Color Harmonies of #ADADD5
Complementary color
Monochromatic Colors of #ADADD5
Black with #ADADD5
Text Example
Text Example
White with #ADADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADD5; }
p { color: rgb(173,173,213); }
H1.HeaderClassName
{
color: #ADADD5;
}
.AnyTagClassName
{
color: #ADADD5;
}
</style>
background-color css
<style>
a { background-color: #ADADD5; }
a { background-color: rgb(173,173,213); }
div.DivClassName
{
background-color: #ADADD5;
}
.BgClassName
{
background-color: #ADADD5;
}
</style>
border-color css
<style>
span { border-color: #ADADD5; }
span { border-color: rgb(173,173,213); }
td.TdClassName
{
border-color: #ADADD5;
}
.TagClassName
{
border-color: #ADADD5;
}
</style>