#ADAED7

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

Shades of Lavender Grey #ADAED7

Tints of Lavender Grey #ADAED7

Color information

#ADAED7 (or 0xADAED7) is unknown color: approx Lavender Grey. HEX triplet: AD, AE and D7. RGB value is (173,174,215). Sum of RGB (Red+Green+Blue) = 173+174+215=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADAED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED7 is #525128. Grayscale: #B2B2B2. Windows color (decimal): -5394729 or 14134957. OLE color: 14134957.

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

Color convert

RGB173174215-
CMYK0.200.1900.16
HSL238.57º34.43%76.08%-
HSV(B)238.57º19.53%84.31%-
XYZ44.6444.0670.44-
YUV178.37148.67124.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=30.78%
G=30.96%
B=38.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731742150.200.1900.16238.5734.4376.08
HexADAED71413010ef224c
Octal255256327242302035742114
Binary1010110110101110110101111010010011010000111011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAED7; }

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

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

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

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

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

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

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

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