#ADADDC

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

Shades of Lavender Grey #ADADDC

Tints of Lavender Grey #ADADDC

Color information

#ADADDC (or 0xADADDC) is unknown color: approx Lavender Grey. HEX triplet: AD, AD and DC. RGB value is (173,173,220). Sum of RGB (Red+Green+Blue) = 173+173+220=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDC is #525223. Grayscale: #B2B2B2. Windows color (decimal): -5394980 or 14462381. OLE color: 14462381.

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

Color convert

RGB173173220-
CMYK0.210.2100.14
HSL240º40.17%77.06%-
HSV(B)240º21.36%86.27%-
XYZ45.143.9473.81-
YUV178.36151.5124.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=30.57%
G=30.57%
B=38.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731732200.210.2100.1424040.1777.06
HexADADDC15150Ef0284d
Octal255255334252501636050115
Binary101011011010110111011100101011010101110111100001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADDC; }

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

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

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

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

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

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

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

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