#AFABDD

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

Shades of Lavender Grey #AFABDD

Tints of Lavender Grey #AFABDD

Color information

#AFABDD (or 0xAFABDD) is unknown color: approx Lavender Grey. HEX triplet: AF, AB and DD. RGB value is (175,171,221). Sum of RGB (Red+Green+Blue) = 175+171+221=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDD is #505422. Grayscale: #B1B1B1. Windows color (decimal): -5264419 or 14527407. OLE color: 14527407.

HSL color Cylindrical-coordinate representation of color #AFABDD: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFABDD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175171221-
CMYK0.210.2300.13
HSL244.8º42.37%76.86%-
HSV(B)244.8º22.62%86.67%-
XYZ45.2943.4674.41-
YUV177.9152.33125.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=30.86%
G=30.16%
B=38.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751712210.210.2300.13244.842.3776.86
HexAFABDD15170Df52a4d
Octal257253335252701536552115
Binary101011111010101111011101101011011101101111101011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABDD; }

 p { color: rgb(175,171,221); }

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

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

 a { background-color: rgb(175,171,221); }

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

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

 span { border-color: rgb(175,171,221); }

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