Shades of Wistful #ADAECC
Tints of Wistful #ADAECC
RGB
CMYK
RGB Variations
Color information
#ADAECC (or 0xADAECC) is known color: Wistful. HEX triplet: AD, AE and CC. RGB value is (173,174,204). Sum of RGB (Red+Green+Blue) = 173+174+204=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECC is #525133. Grayscale: #B1B1B1. Windows color (decimal): -5394740 or 13414061. OLE color: 13414061.
HSL color Cylindrical-coordinate representation of color #ADAECC: hue angle of 238.06º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADAECC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 174 | 204 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.2 |
| HSL | 238.06º | 0.23% | 0.74% | - |
| HSV(B) | 238.06º | 0.15% | 0.8% | - |
| XYZ | 43.27 | 43.52 | 63.25 | - |
| YUV | 177.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 204 | 0.15 | 0.15 | 0 | 0.2 | 238.06 | 0.23 | 0.74 |
| Hex | AD | AE | CC | F | F | 0 | 14 | EE | 17 | 4A |
| Octal | 255 | 256 | 314 | 17 | 17 | 0 | 24 | 356 | 27 | 112 |
| Binary | 10101101 | 10101110 | 11001100 | 1111 | 1111 | 0 | 10100 | 11101110 | 10111 | 1001010 |
Color Harmonies of #ADAECC
Complementary color
Monochromatic Colors of #ADAECC
Black with #ADAECC
Text Example
Text Example
White with #ADAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAECC; }
p { color: rgb(173,174,204); }
H1.HeaderClassName
{
color: #ADAECC;
}
.AnyTagClassName
{
color: #ADAECC;
}
</style>
background-color css
<style>
a { background-color: #ADAECC; }
a { background-color: rgb(173,174,204); }
div.DivClassName
{
background-color: #ADAECC;
}
.BgClassName
{
background-color: #ADAECC;
}
</style>
border-color css
<style>
span { border-color: #ADAECC; }
span { border-color: rgb(173,174,204); }
td.TdClassName
{
border-color: #ADAECC;
}
.TagClassName
{
border-color: #ADAECC;
}
</style>