Shades of Lavender Grey #AFADD2
Tints of Lavender Grey #AFADD2
RGB
CMYK
RGB Variations
Color information
#AFADD2 (or 0xAFADD2) is known color: Lavender Grey. HEX triplet: AF, AD and D2. RGB value is (175,173,210). Sum of RGB (Red+Green+Blue) = 175+173+210=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADD2 is #50522D. Grayscale: #B1B1B1. Windows color (decimal): -5263918 or 13807023. OLE color: 13807023.
HSL color Cylindrical-coordinate representation of color #AFADD2: hue angle of 243.24º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFADD2 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 173 | 210 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.18 |
| HSL | 243.24º | 0.29% | 0.75% | - |
| HSV(B) | 243.24º | 0.18% | 0.82% | - |
| XYZ | 44.26 | 43.65 | 67.07 | - |
| YUV | 177.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 210 | 0.17 | 0.18 | 0 | 0.18 | 243.24 | 0.29 | 0.75 |
| Hex | AF | AD | D2 | 11 | 12 | 0 | 12 | F3 | 1D | 4B |
| Octal | 257 | 255 | 322 | 21 | 22 | 0 | 22 | 363 | 35 | 113 |
| Binary | 10101111 | 10101101 | 11010010 | 10001 | 10010 | 0 | 10010 | 11110011 | 11101 | 1001011 |
Color Harmonies of #AFADD2
Complementary color
Monochromatic Colors of #AFADD2
Black with #AFADD2
Text Example
Text Example
White with #AFADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADD2; }
p { color: rgb(175,173,210); }
H1.HeaderClassName
{
color: #AFADD2;
}
.AnyTagClassName
{
color: #AFADD2;
}
</style>
background-color css
<style>
a { background-color: #AFADD2; }
a { background-color: rgb(175,173,210); }
div.DivClassName
{
background-color: #AFADD2;
}
.BgClassName
{
background-color: #AFADD2;
}
</style>
border-color css
<style>
span { border-color: #AFADD2; }
span { border-color: rgb(175,173,210); }
td.TdClassName
{
border-color: #AFADD2;
}
.TagClassName
{
border-color: #AFADD2;
}
</style>