#AFADDC

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

Shades of Lavender Grey #AFADDC

Tints of Lavender Grey #AFADDC

Color information

#AFADDC (or 0xAFADDC) is unknown color: approx Lavender Grey. HEX triplet: AF, AD and DC. RGB value is (175,173,220). Sum of RGB (Red+Green+Blue) = 175+173+220=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADDC is #505223. Grayscale: #B2B2B2. Windows color (decimal): -5263908 or 14462383. OLE color: 14462383.

HSL color Cylindrical-coordinate representation of color #AFADDC: hue angle of 242.55º degrees, saturation: 0.4, 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 #AFADDC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175173220-
CMYK0.200.2100.14
HSL242.55º40.17%77.06%-
HSV(B)242.55º21.36%86.27%-
XYZ45.5444.1773.84-
YUV178.96151.16125.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=30.81%
G=30.46%
B=38.73%

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
Decimal1751732200.200.2100.14242.5540.1777.06
HexAFADDC14150Ef3284d
Octal257255334242501636350115
Binary101011111010110111011100101001010101110111100111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADDC; }

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

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

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

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

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

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

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

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