Shades of Lavender Grey #AFB0D3
Tints of Lavender Grey #AFB0D3
RGB
CMYK
RGB Variations
Color information
#AFB0D3 (or 0xAFB0D3) is known color: Lavender Grey. HEX triplet: AF, B0 and D3. RGB value is (175,176,211). Sum of RGB (Red+Green+Blue) = 175+176+211=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFB0D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0D3 is #504F2C. Grayscale: #B3B3B3. Windows color (decimal): -5263149 or 13873327. OLE color: 13873327.
HSL color Cylindrical-coordinate representation of color #AFB0D3: hue angle of 238.33º 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 #AFB0D3 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 176 | 211 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.17 |
| HSL | 238.33º | 0.29% | 0.76% | - |
| HSV(B) | 238.33º | 0.17% | 0.83% | - |
| XYZ | 44.96 | 44.87 | 67.92 | - |
| YUV | 179.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 211 | 0.17 | 0.17 | 0 | 0.17 | 238.33 | 0.29 | 0.76 |
| Hex | AF | B0 | D3 | 11 | 11 | 0 | 11 | EE | 1D | 4C |
| Octal | 257 | 260 | 323 | 21 | 21 | 0 | 21 | 356 | 35 | 114 |
| Binary | 10101111 | 10110000 | 11010011 | 10001 | 10001 | 0 | 10001 | 11101110 | 11101 | 1001100 |
Color Harmonies of #AFB0D3
Complementary color
Monochromatic Colors of #AFB0D3
Black with #AFB0D3
Text Example
Text Example
White with #AFB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0D3; }
p { color: rgb(175,176,211); }
H1.HeaderClassName
{
color: #AFB0D3;
}
.AnyTagClassName
{
color: #AFB0D3;
}
</style>
background-color css
<style>
a { background-color: #AFB0D3; }
a { background-color: rgb(175,176,211); }
div.DivClassName
{
background-color: #AFB0D3;
}
.BgClassName
{
background-color: #AFB0D3;
}
</style>
border-color css
<style>
span { border-color: #AFB0D3; }
span { border-color: rgb(175,176,211); }
td.TdClassName
{
border-color: #AFB0D3;
}
.TagClassName
{
border-color: #AFB0D3;
}
</style>