#ADAED8

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

Shades of Lavender Grey #ADAED8

Tints of Lavender Grey #ADAED8

Color information

#ADAED8 (or 0xADAED8) is unknown color: approx Lavender Grey. HEX triplet: AD, AE and D8. RGB value is (173,174,216). Sum of RGB (Red+Green+Blue) = 173+174+216=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADAED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED8 is #525127. Grayscale: #B2B2B2. Windows color (decimal): -5394728 or 14200493. OLE color: 14200493.

HSL color Cylindrical-coordinate representation of color #ADAED8: hue angle of 238.6º degrees, saturation: 0.36, 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 #ADAED8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173174216-
CMYK0.200.1900.15
HSL238.6º35.54%76.27%-
HSV(B)238.6º19.91%84.71%-
XYZ44.7644.1171.12-
YUV178.49149.17124.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=30.73%
G=30.91%
B=38.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731742160.200.1900.15238.635.5476.27
HexADAED814130Fef244c
Octal255256330242301735744114
Binary101011011010111011011000101001001101111111011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAED8; }

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

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

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

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

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

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

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

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