#AFB1D5

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

Shades of Lavender Grey #AFB1D5

Tints of Lavender Grey #AFB1D5

Color information

#AFB1D5 (or 0xAFB1D5) is unknown color: approx Lavender Grey. HEX triplet: AF, B1 and D5. RGB value is (175,177,213). Sum of RGB (Red+Green+Blue) = 175+177+213=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFB1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D5 is #504E2A. Grayscale: #B4B4B4. Windows color (decimal): -5262891 or 14004655. OLE color: 14004655.

HSL color Cylindrical-coordinate representation of color #AFB1D5: hue angle of 236.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFB1D5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175177213-
CMYK0.180.1700.16
HSL236.84º31.15%76.08%-
HSV(B)236.84º17.84%83.53%-
XYZ45.4145.3669.31-
YUV180.51146.34124.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=30.97%
G=31.33%
B=37.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751772130.180.1700.16236.8431.1576.08
HexAFB1D51211010ed1f4c
Octal257261325222102035537114
Binary101011111011000111010101100101000101000011101101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1D5; }

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

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

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

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

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

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

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

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