#ADADDE

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

Shades of Lavender Grey #ADADDE

Tints of Lavender Grey #ADADDE

Color information

#ADADDE (or 0xADADDE) is unknown color: approx Lavender Grey. HEX triplet: AD, AD and DE. RGB value is (173,173,222). Sum of RGB (Red+Green+Blue) = 173+173+222=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDE is #525221. Grayscale: #B2B2B2. Windows color (decimal): -5394978 or 14593453. OLE color: 14593453.

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

Color convert

RGB173173222-
CMYK0.220.2200.13
HSL240º42.61%77.45%-
HSV(B)240º22.07%87.06%-
XYZ45.3644.0575.22-
YUV178.59152.5124.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=30.46%
G=30.46%
B=39.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731732220.220.2200.1324042.6177.45
HexADADDE16160Df02b4d
Octal255255336262601536053115
Binary101011011010110111011110101101011001101111100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADDE; }

 p { color: rgb(173,173,222); }

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

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

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

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

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

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

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