Shades of Wistful #AFADCD
Tints of Wistful #AFADCD
RGB
CMYK
RGB Variations
Color information
#AFADCD (or 0xAFADCD) is known color: Wistful. HEX triplet: AF, AD and CD. RGB value is (175,173,205). Sum of RGB (Red+Green+Blue) = 175+173+205=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADCD is #505232. Grayscale: #B1B1B1. Windows color (decimal): -5263923 or 13479343. OLE color: 13479343.
HSL color Cylindrical-coordinate representation of color #AFADCD: hue angle of 243.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFADCD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 173 | 205 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.20 |
| HSL | 243.75º | 0.24% | 0.74% | - |
| HSV(B) | 243.75º | 0.16% | 0.8% | - |
| XYZ | 43.64 | 43.41 | 63.84 | - |
| YUV | 177.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 205 | 0.15 | 0.16 | 0 | 0.20 | 243.75 | 0.24 | 0.74 |
| Hex | AF | AD | CD | F | 10 | 0 | 14 | F4 | 18 | 4A |
| Octal | 257 | 255 | 315 | 17 | 20 | 0 | 24 | 364 | 30 | 112 |
| Binary | 10101111 | 10101101 | 11001101 | 1111 | 10000 | 0 | 10100 | 11110100 | 11000 | 1001010 |
Color Harmonies of #AFADCD
Complementary color
Monochromatic Colors of #AFADCD
Black with #AFADCD
Text Example
Text Example
White with #AFADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADCD; }
p { color: rgb(175,173,205); }
H1.HeaderClassName
{
color: #AFADCD;
}
.AnyTagClassName
{
color: #AFADCD;
}
</style>
background-color css
<style>
a { background-color: #AFADCD; }
a { background-color: rgb(175,173,205); }
div.DivClassName
{
background-color: #AFADCD;
}
.BgClassName
{
background-color: #AFADCD;
}
</style>
border-color css
<style>
span { border-color: #AFADCD; }
span { border-color: rgb(175,173,205); }
td.TdClassName
{
border-color: #AFADCD;
}
.TagClassName
{
border-color: #AFADCD;
}
</style>