Shades of Wistful #ADADCE
Tints of Wistful #ADADCE
RGB
CMYK
RGB Variations
Color information
#ADADCE (or 0xADADCE) is known color: Wistful. HEX triplet: AD, AD and CE. RGB value is (173,173,206). Sum of RGB (Red+Green+Blue) = 173+173+206=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADCE is #525231. Grayscale: #B0B0B0. Windows color (decimal): -5394994 or 13544877. OLE color: 13544877.
HSL color Cylindrical-coordinate representation of color #ADADCE: hue angle of 240º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADADCE is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 173 | 206 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.19 |
| HSL | 240º | 0.25% | 0.74% | - |
| HSV(B) | 240º | 0.16% | 0.81% | - |
| XYZ | 43.32 | 43.23 | 64.45 | - |
| YUV | 176.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 206 | 0.16 | 0.16 | 0 | 0.19 | 240 | 0.25 | 0.74 |
| Hex | AD | AD | CE | 10 | 10 | 0 | 13 | F0 | 19 | 4A |
| Octal | 255 | 255 | 316 | 20 | 20 | 0 | 23 | 360 | 31 | 112 |
| Binary | 10101101 | 10101101 | 11001110 | 10000 | 10000 | 0 | 10011 | 11110000 | 11001 | 1001010 |
Color Harmonies of #ADADCE
Complementary color
Monochromatic Colors of #ADADCE
Black with #ADADCE
Text Example
Text Example
White with #ADADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADCE; }
p { color: rgb(173,173,206); }
H1.HeaderClassName
{
color: #ADADCE;
}
.AnyTagClassName
{
color: #ADADCE;
}
</style>
background-color css
<style>
a { background-color: #ADADCE; }
a { background-color: rgb(173,173,206); }
div.DivClassName
{
background-color: #ADADCE;
}
.BgClassName
{
background-color: #ADADCE;
}
</style>
border-color css
<style>
span { border-color: #ADADCE; }
span { border-color: rgb(173,173,206); }
td.TdClassName
{
border-color: #ADADCE;
}
.TagClassName
{
border-color: #ADADCE;
}
</style>