#ADABE1

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

Shades of Lavender Grey #ADABE1

Tints of Lavender Grey #ADABE1

Color information

#ADABE1 (or 0xADABE1) is unknown color: approx Lavender Grey. HEX triplet: AD, AB and E1. RGB value is (173,171,225). Sum of RGB (Red+Green+Blue) = 173+171+225=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABE1 is #52541E. Grayscale: #B1B1B1. Windows color (decimal): -5395487 or 14789549. OLE color: 14789549.

HSL color Cylindrical-coordinate representation of color #ADABE1: hue angle of 242.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADABE1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173171225-
CMYK0.230.2400.12
HSL242.22º47.37%77.65%-
HSV(B)242.22º24%88.24%-
XYZ45.3943.4577.23-
YUV177.75154.66124.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.40%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=30.40%
G=30.05%
B=39.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731712250.230.2400.12242.2247.3777.65
HexADABE117180Cf22f4e
Octal255253341273001436257116
Binary101011011010101111100001101111100001100111100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABE1; }

 p { color: rgb(173,171,225); }

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

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

 a { background-color: rgb(173,171,225); }

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

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

 span { border-color: rgb(173,171,225); }

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