#ADABE2

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

Shades of Lavender Grey #ADABE2

Tints of Lavender Grey #ADABE2

Color information

#ADABE2 (or 0xADABE2) is unknown color: approx Lavender Grey. HEX triplet: AD, AB and E2. RGB value is (173,171,226). Sum of RGB (Red+Green+Blue) = 173+171+226=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABE2 is #52541D. Grayscale: #B1B1B1. Windows color (decimal): -5395486 or 14855085. OLE color: 14855085.

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

Color convert

RGB173171226-
CMYK0.230.2400.11
HSL242.18º48.67%77.84%-
HSV(B)242.18º24.34%88.63%-
XYZ45.5243.577.95-
YUV177.87155.16124.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=30.35%
G=30%
B=39.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731712260.230.2400.11242.1848.6777.84
HexADABE217180Bf2314e
Octal255253342273001336261116
Binary101011011010101111100010101111100001011111100101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABE2; }

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

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

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

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

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

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

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

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