Shades of Lavender Grey #AFB1D3
Tints of Lavender Grey #AFB1D3
RGB
CMYK
RGB Variations
Color information
#AFB1D3 (or 0xAFB1D3) is known color: Lavender Grey. HEX triplet: AF, B1 and D3. RGB value is (175,177,211). Sum of RGB (Red+Green+Blue) = 175+177+211=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFB1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D3 is #504E2C. Grayscale: #B4B4B4. Windows color (decimal): -5262893 or 13873583. OLE color: 13873583.
HSL color Cylindrical-coordinate representation of color #AFB1D3: hue angle of 236.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB1D3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 177 | 211 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.17 |
| HSL | 236.67º | 0.29% | 0.76% | - |
| HSV(B) | 236.67º | 0.17% | 0.83% | - |
| XYZ | 45.16 | 45.26 | 67.98 | - |
| YUV | 180.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 211 | 0.17 | 0.16 | 0 | 0.17 | 236.67 | 0.29 | 0.76 |
| Hex | AF | B1 | D3 | 11 | 10 | 0 | 11 | ED | 1D | 4C |
| Octal | 257 | 261 | 323 | 21 | 20 | 0 | 21 | 355 | 35 | 114 |
| Binary | 10101111 | 10110001 | 11010011 | 10001 | 10000 | 0 | 10001 | 11101101 | 11101 | 1001100 |
Color Harmonies of #AFB1D3
Complementary color
Monochromatic Colors of #AFB1D3
Black with #AFB1D3
Text Example
Text Example
White with #AFB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1D3; }
p { color: rgb(175,177,211); }
H1.HeaderClassName
{
color: #AFB1D3;
}
.AnyTagClassName
{
color: #AFB1D3;
}
</style>
background-color css
<style>
a { background-color: #AFB1D3; }
a { background-color: rgb(175,177,211); }
div.DivClassName
{
background-color: #AFB1D3;
}
.BgClassName
{
background-color: #AFB1D3;
}
</style>
border-color css
<style>
span { border-color: #AFB1D3; }
span { border-color: rgb(175,177,211); }
td.TdClassName
{
border-color: #AFB1D3;
}
.TagClassName
{
border-color: #AFB1D3;
}
</style>