Shades of Lavender Grey #AFACDD
Tints of Lavender Grey #AFACDD
RGB
CMYK
RGB Variations
Color information
#AFACDD (or 0xAFACDD) is known color: Lavender Grey. HEX triplet: AF, AC and DD. RGB value is (175,172,221). Sum of RGB (Red+Green+Blue) = 175+172+221=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDD is #505322. Grayscale: #B2B2B2. Windows color (decimal): -5264163 or 14527663. OLE color: 14527663.
HSL color Cylindrical-coordinate representation of color #AFACDD: hue angle of 243.67º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFACDD is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 172 | 221 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.13 |
| HSL | 243.67º | 0.42% | 0.77% | - |
| HSV(B) | 243.67º | 0.22% | 0.87% | - |
| XYZ | 45.48 | 43.84 | 74.47 | - |
| YUV | 178.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 221 | 0.21 | 0.22 | 0 | 0.13 | 243.67 | 0.42 | 0.77 |
| Hex | AF | AC | DD | 15 | 16 | 0 | D | F4 | 2A | 4D |
| Octal | 257 | 254 | 335 | 25 | 26 | 0 | 15 | 364 | 52 | 115 |
| Binary | 10101111 | 10101100 | 11011101 | 10101 | 10110 | 0 | 1101 | 11110100 | 101010 | 1001101 |
Color Harmonies of #AFACDD
Complementary color
Monochromatic Colors of #AFACDD
Black with #AFACDD
Text Example
Text Example
White with #AFACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACDD; }
p { color: rgb(175,172,221); }
H1.HeaderClassName
{
color: #AFACDD;
}
.AnyTagClassName
{
color: #AFACDD;
}
</style>
background-color css
<style>
a { background-color: #AFACDD; }
a { background-color: rgb(175,172,221); }
div.DivClassName
{
background-color: #AFACDD;
}
.BgClassName
{
background-color: #AFACDD;
}
</style>
border-color css
<style>
span { border-color: #AFACDD; }
span { border-color: rgb(175,172,221); }
td.TdClassName
{
border-color: #AFACDD;
}
.TagClassName
{
border-color: #AFACDD;
}
</style>