Shades of Wistful #ADAECF
Tints of Wistful #ADAECF
RGB
CMYK
RGB Variations
Color information
#ADAECF (or 0xADAECF) is known color: Wistful. HEX triplet: AD, AE and CF. RGB value is (173,174,207). Sum of RGB (Red+Green+Blue) = 173+174+207=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECF is #525130. Grayscale: #B1B1B1. Windows color (decimal): -5394737 or 13610669. OLE color: 13610669.
HSL color Cylindrical-coordinate representation of color #ADAECF: hue angle of 238.24º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADAECF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 174 | 207 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.19 |
| HSL | 238.24º | 0.26% | 0.75% | - |
| HSV(B) | 238.24º | 0.16% | 0.81% | - |
| XYZ | 43.63 | 43.66 | 65.16 | - |
| YUV | 177.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 207 | 0.16 | 0.16 | 0 | 0.19 | 238.24 | 0.26 | 0.75 |
| Hex | AD | AE | CF | 10 | 10 | 0 | 13 | EE | 1A | 4B |
| Octal | 255 | 256 | 317 | 20 | 20 | 0 | 23 | 356 | 32 | 113 |
| Binary | 10101101 | 10101110 | 11001111 | 10000 | 10000 | 0 | 10011 | 11101110 | 11010 | 1001011 |
Color Harmonies of #ADAECF
Complementary color
Monochromatic Colors of #ADAECF
Black with #ADAECF
Text Example
Text Example
White with #ADAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAECF; }
p { color: rgb(173,174,207); }
H1.HeaderClassName
{
color: #ADAECF;
}
.AnyTagClassName
{
color: #ADAECF;
}
</style>
background-color css
<style>
a { background-color: #ADAECF; }
a { background-color: rgb(173,174,207); }
div.DivClassName
{
background-color: #ADAECF;
}
.BgClassName
{
background-color: #ADAECF;
}
</style>
border-color css
<style>
span { border-color: #ADAECF; }
span { border-color: rgb(173,174,207); }
td.TdClassName
{
border-color: #ADAECF;
}
.TagClassName
{
border-color: #ADAECF;
}
</style>