#AFB1D3

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

Shades of Lavender Grey #AFB1D3

Tints of Lavender Grey #AFB1D3

Color information

#AFB1D3 (or 0xAFB1D3) is unknown color: approx Lavender Grey. HEX triplet: AF, B1 and D3. RGB value is (175,177,211). Sum of RGB (Red+Green+Blue) = 175+177+211=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFB1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D3 is #504E2C. Grayscale: #B4B4B4. Windows color (decimal): -5262893 or 13873583. OLE color: 13873583.

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

Color convert

RGB175177211-
CMYK0.170.1600.17
HSL236.67º29.03%75.69%-
HSV(B)236.67º17.06%82.75%-
XYZ45.1645.2667.98-
YUV180.28145.34124.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 177 (69.53% from 255) = 31.44%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=31.08%
G=31.44%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751772110.170.1600.17236.6729.0375.69
HexAFB1D31110011ed1d4c
Octal257261323212002135535114
Binary101011111011000111010011100011000001000111101101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1D3; }

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

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

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

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

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

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

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

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