#ADAFD9

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

Shades of Lavender Grey #ADAFD9

Tints of Lavender Grey #ADAFD9

Color information

#ADAFD9 (or 0xADAFD9) is unknown color: approx Lavender Grey. HEX triplet: AD, AF and D9. RGB value is (173,175,217). Sum of RGB (Red+Green+Blue) = 173+175+217=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADAFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFD9 is #525026. Grayscale: #B3B3B3. Windows color (decimal): -5394471 or 14266285. OLE color: 14266285.

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

Color convert

RGB173175217-
CMYK0.200.1900.15
HSL237.27º36.67%76.47%-
HSV(B)237.27º20.28%85.1%-
XYZ45.0944.5571.87-
YUV179.19149.34123.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=30.62%
G=30.97%
B=38.41%

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
Decimal1731752170.200.1900.15237.2736.6776.47
HexADAFD914130Fed254c
Octal255257331242301735545114
Binary101011011010111111011001101001001101111111011011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFD9; }

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

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

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

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

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

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

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

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