Shades of Wistful #ADADC1
Tints of Wistful #ADADC1
RGB
CMYK
RGB Variations
Color information
#ADADC1 (or 0xADADC1) is known color: Wistful. HEX triplet: AD, AD and C1. RGB value is (173,173,193). Sum of RGB (Red+Green+Blue) = 173+173+193=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC1 is #52523E. Grayscale: #AFAFAF. Windows color (decimal): -5395007 or 12692909. OLE color: 12692909.
HSL color Cylindrical-coordinate representation of color #ADADC1: hue angle of 240º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADADC1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 173 | 193 | - |
CMYK | 0.10 | 0.10 | 0 | 0.24 |
HSL | 240º | 0.14% | 0.72% | - |
HSV(B) | 240º | 0.1% | 0.76% | - |
XYZ | 41.8 | 42.62 | 56.48 | - |
YUV | 175.28 | 138 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 193 | 0.10 | 0.10 | 0 | 0.24 | 240 | 0.14 | 0.72 |
Hex | AD | AD | C1 | A | A | 0 | 18 | F0 | E | 48 |
Octal | 255 | 255 | 301 | 12 | 12 | 0 | 30 | 360 | 16 | 110 |
Binary | 10101101 | 10101101 | 11000001 | 1010 | 1010 | 0 | 11000 | 11110000 | 1110 | 1001000 |
Color Harmonies of #ADADC1
Complementary color
Monochromatic Colors of #ADADC1
Black with #ADADC1
Text Example
Text Example
White with #ADADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADC1; }
p { color: rgb(173,173,193); }
H1.HeaderClassName
{
color: #ADADC1;
}
.AnyTagClassName
{
color: #ADADC1;
}
</style>
background-color css
<style>
a { background-color: #ADADC1; }
a { background-color: rgb(173,173,193); }
div.DivClassName
{
background-color: #ADADC1;
}
.BgClassName
{
background-color: #ADADC1;
}
</style>
border-color css
<style>
span { border-color: #ADADC1; }
span { border-color: rgb(173,173,193); }
td.TdClassName
{
border-color: #ADADC1;
}
.TagClassName
{
border-color: #ADADC1;
}
</style>