#AFADDB

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

Shades of Lavender Grey #AFADDB

Tints of Lavender Grey #AFADDB

Color information

#AFADDB (or 0xAFADDB) is unknown color: approx Lavender Grey. HEX triplet: AF, AD and DB. RGB value is (175,173,219). Sum of RGB (Red+Green+Blue) = 175+173+219=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDB is #505224. Grayscale: #B2B2B2. Windows color (decimal): -5263909 or 14396847. OLE color: 14396847.

HSL color Cylindrical-coordinate representation of color #AFADDB: hue angle of 242.61º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFADDB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175173219-
CMYK0.200.2100.14
HSL242.61º38.98%76.86%-
HSV(B)242.61º21%85.88%-
XYZ45.4144.1273.14-
YUV178.84150.66125.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=30.86%
G=30.51%
B=38.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751732190.200.2100.14242.6138.9876.86
HexAFADDB14150Ef3274d
Octal257255333242501636347115
Binary101011111010110111011011101001010101110111100111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADDB; }

 p { color: rgb(175,173,219); }

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

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

 a { background-color: rgb(175,173,219); }

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

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

 span { border-color: rgb(175,173,219); }

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