Shades of Lavender Grey #AFB2D7
Tints of Lavender Grey #AFB2D7
RGB
CMYK
RGB Variations
Color information
#AFB2D7 (or 0xAFB2D7) is known color: Lavender Grey. HEX triplet: AF, B2 and D7. RGB value is (175,178,215). Sum of RGB (Red+Green+Blue) = 175+178+215=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFB2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2D7 is #504D28. Grayscale: #B5B5B5. Windows color (decimal): -5262633 or 14135983. OLE color: 14135983.
HSL color Cylindrical-coordinate representation of color #AFB2D7: hue angle of 235.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB2D7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 178 | 215 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.16 |
| HSL | 235.5º | 0.33% | 0.76% | - |
| HSV(B) | 235.5º | 0.19% | 0.84% | - |
| XYZ | 45.87 | 45.86 | 70.72 | - |
| YUV | 181.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 215 | 0.19 | 0.17 | 0 | 0.16 | 235.5 | 0.33 | 0.76 |
| Hex | AF | B2 | D7 | 13 | 11 | 0 | 10 | EC | 21 | 4C |
| Octal | 257 | 262 | 327 | 23 | 21 | 0 | 20 | 354 | 41 | 114 |
| Binary | 10101111 | 10110010 | 11010111 | 10011 | 10001 | 0 | 10000 | 11101100 | 100001 | 1001100 |
Color Harmonies of #AFB2D7
Complementary color
Monochromatic Colors of #AFB2D7
Black with #AFB2D7
Text Example
Text Example
White with #AFB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2D7; }
p { color: rgb(175,178,215); }
H1.HeaderClassName
{
color: #AFB2D7;
}
.AnyTagClassName
{
color: #AFB2D7;
}
</style>
background-color css
<style>
a { background-color: #AFB2D7; }
a { background-color: rgb(175,178,215); }
div.DivClassName
{
background-color: #AFB2D7;
}
.BgClassName
{
background-color: #AFB2D7;
}
</style>
border-color css
<style>
span { border-color: #AFB2D7; }
span { border-color: rgb(175,178,215); }
td.TdClassName
{
border-color: #AFB2D7;
}
.TagClassName
{
border-color: #AFB2D7;
}
</style>