Shades of Lavender Grey #AFADDC
Tints of Lavender Grey #AFADDC
RGB
CMYK
RGB Variations
Color information
#AFADDC (or 0xAFADDC) is known color: Lavender Grey. HEX triplet: AF, AD and DC. RGB value is (175,173,220). Sum of RGB (Red+Green+Blue) = 175+173+220=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDC is #505223. Grayscale: #B2B2B2. Windows color (decimal): -5263908 or 14462383. OLE color: 14462383.
HSL color Cylindrical-coordinate representation of color #AFADDC: hue angle of 242.55º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFADDC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 173 | 220 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.14 |
| HSL | 242.55º | 0.4% | 0.77% | - |
| HSV(B) | 242.55º | 0.21% | 0.86% | - |
| XYZ | 45.54 | 44.17 | 73.84 | - |
| YUV | 178.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 220 | 0.20 | 0.21 | 0 | 0.14 | 242.55 | 0.4 | 0.77 |
| Hex | AF | AD | DC | 14 | 15 | 0 | E | F3 | 28 | 4D |
| Octal | 257 | 255 | 334 | 24 | 25 | 0 | 16 | 363 | 50 | 115 |
| Binary | 10101111 | 10101101 | 11011100 | 10100 | 10101 | 0 | 1110 | 11110011 | 101000 | 1001101 |
Color Harmonies of #AFADDC
Complementary color
Monochromatic Colors of #AFADDC
Black with #AFADDC
Text Example
Text Example
White with #AFADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADDC; }
p { color: rgb(175,173,220); }
H1.HeaderClassName
{
color: #AFADDC;
}
.AnyTagClassName
{
color: #AFADDC;
}
</style>
background-color css
<style>
a { background-color: #AFADDC; }
a { background-color: rgb(175,173,220); }
div.DivClassName
{
background-color: #AFADDC;
}
.BgClassName
{
background-color: #AFADDC;
}
</style>
border-color css
<style>
span { border-color: #AFADDC; }
span { border-color: rgb(175,173,220); }
td.TdClassName
{
border-color: #AFADDC;
}
.TagClassName
{
border-color: #AFADDC;
}
</style>