Shades of Lavender Grey #AFB1D9
Tints of Lavender Grey #AFB1D9
RGB
CMYK
RGB Variations
Color information
#AFB1D9 (or 0xAFB1D9) is known color: Lavender Grey. HEX triplet: AF, B1 and D9. RGB value is (175,177,217). Sum of RGB (Red+Green+Blue) = 175+177+217=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB1D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D9 is #504E26. Grayscale: #B4B4B4. Windows color (decimal): -5262887 or 14266799. OLE color: 14266799.
HSL color Cylindrical-coordinate representation of color #AFB1D9: hue angle of 237.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB1D9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 177 | 217 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.15 |
| HSL | 237.14º | 0.36% | 0.77% | - |
| HSV(B) | 237.14º | 0.19% | 0.85% | - |
| XYZ | 45.93 | 45.57 | 72.02 | - |
| YUV | 180.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 217 | 0.19 | 0.18 | 0 | 0.15 | 237.14 | 0.36 | 0.77 |
| Hex | AF | B1 | D9 | 13 | 12 | 0 | F | ED | 24 | 4D |
| Octal | 257 | 261 | 331 | 23 | 22 | 0 | 17 | 355 | 44 | 115 |
| Binary | 10101111 | 10110001 | 11011001 | 10011 | 10010 | 0 | 1111 | 11101101 | 100100 | 1001101 |
Color Harmonies of #AFB1D9
Complementary color
Monochromatic Colors of #AFB1D9
Black with #AFB1D9
Text Example
Text Example
White with #AFB1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1D9; }
p { color: rgb(175,177,217); }
H1.HeaderClassName
{
color: #AFB1D9;
}
.AnyTagClassName
{
color: #AFB1D9;
}
</style>
background-color css
<style>
a { background-color: #AFB1D9; }
a { background-color: rgb(175,177,217); }
div.DivClassName
{
background-color: #AFB1D9;
}
.BgClassName
{
background-color: #AFB1D9;
}
</style>
border-color css
<style>
span { border-color: #AFB1D9; }
span { border-color: rgb(175,177,217); }
td.TdClassName
{
border-color: #AFB1D9;
}
.TagClassName
{
border-color: #AFB1D9;
}
</style>