Shades of Lavender Grey #AFB0DD
Tints of Lavender Grey #AFB0DD
RGB
CMYK
RGB Variations
Color information
#AFB0DD (or 0xAFB0DD) is known color: Lavender Grey. HEX triplet: AF, B0 and DD. RGB value is (175,176,221). Sum of RGB (Red+Green+Blue) = 175+176+221=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0DD is #504F22. Grayscale: #B4B4B4. Windows color (decimal): -5263139 or 14528687. OLE color: 14528687.
HSL color Cylindrical-coordinate representation of color #AFB0DD: hue angle of 238.7º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB0DD is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 176 | 221 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.13 |
| HSL | 238.7º | 0.4% | 0.78% | - |
| HSV(B) | 238.7º | 0.21% | 0.87% | - |
| XYZ | 46.26 | 45.39 | 74.73 | - |
| YUV | 180.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 221 | 0.21 | 0.20 | 0 | 0.13 | 238.7 | 0.4 | 0.78 |
| Hex | AF | B0 | DD | 15 | 14 | 0 | D | EF | 28 | 4E |
| Octal | 257 | 260 | 335 | 25 | 24 | 0 | 15 | 357 | 50 | 116 |
| Binary | 10101111 | 10110000 | 11011101 | 10101 | 10100 | 0 | 1101 | 11101111 | 101000 | 1001110 |
Color Harmonies of #AFB0DD
Complementary color
Monochromatic Colors of #AFB0DD
Black with #AFB0DD
Text Example
Text Example
White with #AFB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0DD; }
p { color: rgb(175,176,221); }
H1.HeaderClassName
{
color: #AFB0DD;
}
.AnyTagClassName
{
color: #AFB0DD;
}
</style>
background-color css
<style>
a { background-color: #AFB0DD; }
a { background-color: rgb(175,176,221); }
div.DivClassName
{
background-color: #AFB0DD;
}
.BgClassName
{
background-color: #AFB0DD;
}
</style>
border-color css
<style>
span { border-color: #AFB0DD; }
span { border-color: rgb(175,176,221); }
td.TdClassName
{
border-color: #AFB0DD;
}
.TagClassName
{
border-color: #AFB0DD;
}
</style>