#ADAED9

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

Shades of Lavender Grey #ADAED9

Tints of Lavender Grey #ADAED9

Color information

#ADAED9 (or 0xADAED9) is unknown color: approx Lavender Grey. HEX triplet: AD, AE and D9. RGB value is (173,174,217). Sum of RGB (Red+Green+Blue) = 173+174+217=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADAED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED9 is #525126. Grayscale: #B2B2B2. Windows color (decimal): -5394727 or 14266029. OLE color: 14266029.

HSL color Cylindrical-coordinate representation of color #ADAED9: hue angle of 238.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAED9 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173174217-
CMYK0.200.2000.15
HSL238.64º36.67%76.47%-
HSV(B)238.64º20.28%85.1%-
XYZ44.8944.1771.8-
YUV178.6149.67124-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=30.67%
G=30.85%
B=38.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731742170.200.2000.15238.6436.6776.47
HexADAED914140Fef254c
Octal255256331242401735745114
Binary101011011010111011011001101001010001111111011111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAED9; }

 p { color: rgb(173,174,217); }

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

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

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

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

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

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

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