#AFB2D9

Color #AFB2D9 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #AFB2D9

Tints of Lavender Grey #AFB2D9

Color information

#AFB2D9 (or 0xAFB2D9) is unknown color: approx Lavender Grey. HEX triplet: AF, B2 and D9. RGB value is (175,178,217). Sum of RGB (Red+Green+Blue) = 175+178+217=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2D9 is #504D26. Grayscale: #B5B5B5. Windows color (decimal): -5262631 or 14267055. OLE color: 14267055.

HSL color Cylindrical-coordinate representation of color #AFB2D9: hue angle of 235.71º 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 #AFB2D9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175178217-
CMYK0.190.1800.15
HSL235.71º35.59%76.86%-
HSV(B)235.71º19.35%85.1%-
XYZ46.1245.9672.09-
YUV181.55148.01123.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=30.70%
G=31.23%
B=38.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751782170.190.1800.15235.7135.5976.86
HexAFB2D913120Fec244d
Octal257262331232201735444115
Binary101011111011001011011001100111001001111111011001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2D9; }

 p { color: rgb(175,178,217); }

 H1.HeaderClassName
 {
   color: #AFB2D9;
 }
 .AnyTagClassName
 {
   color: #AFB2D9;
 }
</style>
background-color css

<style>
 a { background-color: #AFB2D9; }

 a { background-color: rgb(175,178,217); }

 div.DivClassName
 {
   background-color: #AFB2D9;
 }
 .BgClassName
 {
   background-color: #AFB2D9;
 }
</style>
border-color css

<style>
 span { border-color: #AFB2D9; }

 span { border-color: rgb(175,178,217); }

 td.TdClassName
 {
   border-color: #AFB2D9;
 }
 .TagClassName
 {
   border-color: #AFB2D9;
 }
</style>