#AFB2D8

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

Shades of Lavender Grey #AFB2D8

Tints of Lavender Grey #AFB2D8

Color information

#AFB2D8 (or 0xAFB2D8) is unknown color: approx Lavender Grey. HEX triplet: AF, B2 and D8. RGB value is (175,178,216). Sum of RGB (Red+Green+Blue) = 175+178+216=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFB2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2D8 is #504D27. Grayscale: #B5B5B5. Windows color (decimal): -5262632 or 14201519. OLE color: 14201519.

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

Color convert

RGB175178216-
CMYK0.190.1800.15
HSL235.61º34.45%76.67%-
HSV(B)235.61º18.98%84.71%-
XYZ45.9945.9171.4-
YUV181.43147.51123.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 216 (84.77% from 255) = 37.96%
R=30.76%
G=31.28%
B=37.96%

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
Decimal1751782160.190.1800.15235.6134.4576.67
HexAFB2D813120Fec224d
Octal257262330232201735442115
Binary101011111011001011011000100111001001111111011001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2D8; }

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

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

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

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

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

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

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

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