#ADABE3

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

Shades of Lavender Grey #ADABE3

Tints of Lavender Grey #ADABE3

Color information

#ADABE3 (or 0xADABE3) is unknown color: approx Lavender Grey. HEX triplet: AD, AB and E3. RGB value is (173,171,227). Sum of RGB (Red+Green+Blue) = 173+171+227=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADABE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABE3 is #52541C. Grayscale: #B1B1B1. Windows color (decimal): -5395485 or 14920621. OLE color: 14920621.

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

Color convert

RGB173171227-
CMYK0.240.2500.11
HSL242.14º50%78.04%-
HSV(B)242.14º24.67%89.02%-
XYZ45.6643.5678.67-
YUV177.98155.66124.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=30.30%
G=29.95%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731712270.240.2500.11242.145078.04
HexADABE318190Bf2324e
Octal255253343303101336262116
Binary101011011010101111100011110001100101011111100101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABE3; }

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

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

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

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

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

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

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

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