Shades of Wistful #ADADC2
Tints of Wistful #ADADC2
RGB
CMYK
RGB Variations
Color information
#ADADC2 (or 0xADADC2) is known color: Wistful. HEX triplet: AD, AD and C2. RGB value is (173,173,194). Sum of RGB (Red+Green+Blue) = 173+173+194=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC2 is #52523D. Grayscale: #AFAFAF. Windows color (decimal): -5395006 or 12758445. OLE color: 12758445.
HSL color Cylindrical-coordinate representation of color #ADADC2: hue angle of 240º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADADC2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 173 | 194 | - |
CMYK | 0.11 | 0.11 | 0 | 0.24 |
HSL | 240º | 0.15% | 0.72% | - |
HSV(B) | 240º | 0.11% | 0.76% | - |
XYZ | 41.91 | 42.67 | 57.07 | - |
YUV | 175.39 | 138.5 | 126.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 194 | 0.11 | 0.11 | 0 | 0.24 | 240 | 0.15 | 0.72 |
Hex | AD | AD | C2 | B | B | 0 | 18 | F0 | F | 48 |
Octal | 255 | 255 | 302 | 13 | 13 | 0 | 30 | 360 | 17 | 110 |
Binary | 10101101 | 10101101 | 11000010 | 1011 | 1011 | 0 | 11000 | 11110000 | 1111 | 1001000 |
Color Harmonies of #ADADC2
Complementary color
Monochromatic Colors of #ADADC2
Black with #ADADC2
Text Example
Text Example
White with #ADADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADC2; }
p { color: rgb(173,173,194); }
H1.HeaderClassName
{
color: #ADADC2;
}
.AnyTagClassName
{
color: #ADADC2;
}
</style>
background-color css
<style>
a { background-color: #ADADC2; }
a { background-color: rgb(173,173,194); }
div.DivClassName
{
background-color: #ADADC2;
}
.BgClassName
{
background-color: #ADADC2;
}
</style>
border-color css
<style>
span { border-color: #ADADC2; }
span { border-color: rgb(173,173,194); }
td.TdClassName
{
border-color: #ADADC2;
}
.TagClassName
{
border-color: #ADADC2;
}
</style>