Shades of Wistful #ADAED0
Tints of Wistful #ADAED0
RGB
CMYK
RGB Variations
Color information
#ADAED0 (or 0xADAED0) is known color: Wistful. HEX triplet: AD, AE and D0. RGB value is (173,174,208). Sum of RGB (Red+Green+Blue) = 173+174+208=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADAED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED0 is #52512F. Grayscale: #B1B1B1. Windows color (decimal): -5394736 or 13676205. OLE color: 13676205.
HSL color Cylindrical-coordinate representation of color #ADAED0: hue angle of 238.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADAED0 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 173 | 174 | 208 | - |
CMYK | 0.17 | 0.16 | 0 | 0.18 |
HSL | 238.29º | 0.27% | 0.75% | - |
HSV(B) | 238.29º | 0.17% | 0.82% | - |
XYZ | 43.75 | 43.71 | 65.81 | - |
YUV | 177.58 | 145.17 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 174 | 208 | 0.17 | 0.16 | 0 | 0.18 | 238.29 | 0.27 | 0.75 |
Hex | AD | AE | D0 | 11 | 10 | 0 | 12 | EE | 1B | 4B |
Octal | 255 | 256 | 320 | 21 | 20 | 0 | 22 | 356 | 33 | 113 |
Binary | 10101101 | 10101110 | 11010000 | 10001 | 10000 | 0 | 10010 | 11101110 | 11011 | 1001011 |
Color Harmonies of #ADAED0
Complementary color
Monochromatic Colors of #ADAED0
Black with #ADAED0
Text Example
Text Example
White with #ADAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAED0; }
p { color: rgb(173,174,208); }
H1.HeaderClassName
{
color: #ADAED0;
}
.AnyTagClassName
{
color: #ADAED0;
}
</style>
background-color css
<style>
a { background-color: #ADAED0; }
a { background-color: rgb(173,174,208); }
div.DivClassName
{
background-color: #ADAED0;
}
.BgClassName
{
background-color: #ADAED0;
}
</style>
border-color css
<style>
span { border-color: #ADAED0; }
span { border-color: rgb(173,174,208); }
td.TdClassName
{
border-color: #ADAED0;
}
.TagClassName
{
border-color: #ADAED0;
}
</style>