Shades of Wistful #AFADCC
Tints of Wistful #AFADCC
RGB
CMYK
RGB Variations
Color information
#AFADCC (or 0xAFADCC) is known color: Wistful. HEX triplet: AF, AD and CC. RGB value is (175,173,204). Sum of RGB (Red+Green+Blue) = 175+173+204=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADCC is #505233. Grayscale: #B1B1B1. Windows color (decimal): -5263924 or 13413807. OLE color: 13413807.
HSL color Cylindrical-coordinate representation of color #AFADCC: hue angle of 243.87º 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 #AFADCC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 173 | 204 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.2 |
| HSL | 243.87º | 0.23% | 0.74% | - |
| HSV(B) | 243.87º | 0.15% | 0.8% | - |
| XYZ | 43.52 | 43.36 | 63.2 | - |
| YUV | 177.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 204 | 0.14 | 0.15 | 0 | 0.2 | 243.87 | 0.23 | 0.74 |
| Hex | AF | AD | CC | E | F | 0 | 14 | F4 | 17 | 4A |
| Octal | 257 | 255 | 314 | 16 | 17 | 0 | 24 | 364 | 27 | 112 |
| Binary | 10101111 | 10101101 | 11001100 | 1110 | 1111 | 0 | 10100 | 11110100 | 10111 | 1001010 |
Color Harmonies of #AFADCC
Complementary color
Monochromatic Colors of #AFADCC
Black with #AFADCC
Text Example
Text Example
White with #AFADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADCC; }
p { color: rgb(175,173,204); }
H1.HeaderClassName
{
color: #AFADCC;
}
.AnyTagClassName
{
color: #AFADCC;
}
</style>
background-color css
<style>
a { background-color: #AFADCC; }
a { background-color: rgb(175,173,204); }
div.DivClassName
{
background-color: #AFADCC;
}
.BgClassName
{
background-color: #AFADCC;
}
</style>
border-color css
<style>
span { border-color: #AFADCC; }
span { border-color: rgb(175,173,204); }
td.TdClassName
{
border-color: #AFADCC;
}
.TagClassName
{
border-color: #AFADCC;
}
</style>