#AFB1D8

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

Shades of Lavender Grey #AFB1D8

Tints of Lavender Grey #AFB1D8

Color information

#AFB1D8 (or 0xAFB1D8) is unknown color: approx Lavender Grey. HEX triplet: AF, B1 and D8. RGB value is (175,177,216). Sum of RGB (Red+Green+Blue) = 175+177+216=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFB1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D8 is #504E27. Grayscale: #B4B4B4. Windows color (decimal): -5262888 or 14201263. OLE color: 14201263.

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

Color convert

RGB175177216-
CMYK0.190.1800.15
HSL237.07º34.45%76.67%-
HSV(B)237.07º18.98%84.71%-
XYZ45.845.5271.34-
YUV180.85147.84123.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=30.81%
G=31.16%
B=38.03%

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
Decimal1751772160.190.1800.15237.0734.4576.67
HexAFB1D813120Fed224d
Octal257261330232201735542115
Binary101011111011000111011000100111001001111111011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1D8; }

 p { color: rgb(175,177,216); }

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

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

 a { background-color: rgb(175,177,216); }

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

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

 span { border-color: rgb(175,177,216); }

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