#ADAED5

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

Shades of Lavender Grey #ADAED5

Tints of Lavender Grey #ADAED5

Color information

#ADAED5 (or 0xADAED5) is unknown color: approx Lavender Grey. HEX triplet: AD, AE and D5. RGB value is (173,174,213). Sum of RGB (Red+Green+Blue) = 173+174+213=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADAED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED5 is #52512A. Grayscale: #B1B1B1. Windows color (decimal): -5394731 or 14003885. OLE color: 14003885.

HSL color Cylindrical-coordinate representation of color #ADAED5: hue angle of 238.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADAED5 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173174213-
CMYK0.190.1800.16
HSL238.5º32.26%75.69%-
HSV(B)238.5º18.78%83.53%-
XYZ44.3843.9669.1-
YUV178.15147.67124.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=30.89%
G=31.07%
B=38.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731742130.190.1800.16238.532.2675.69
HexADAED51312010ee204c
Octal255256325232202035640114
Binary1010110110101110110101011001110010010000111011101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAED5; }

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

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

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

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

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

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

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

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