#ADABDF

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

Shades of Lavender Grey #ADABDF

Tints of Lavender Grey #ADABDF

Color information

#ADABDF (or 0xADABDF) is unknown color: approx Lavender Grey. HEX triplet: AD, AB and DF. RGB value is (173,171,223). Sum of RGB (Red+Green+Blue) = 173+171+223=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDF is #525420. Grayscale: #B1B1B1. Windows color (decimal): -5395489 or 14658477. OLE color: 14658477.

HSL color Cylindrical-coordinate representation of color #ADABDF: hue angle of 242.31º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADABDF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173171223-
CMYK0.220.2300.13
HSL242.31º44.83%77.25%-
HSV(B)242.31º23.32%87.45%-
XYZ45.1243.3475.8-
YUV177.53153.66124.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=30.51%
G=30.16%
B=39.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731712230.220.2300.13242.3144.8377.25
HexADABDF16170Df22d4d
Octal255253337262701536255115
Binary101011011010101111011111101101011101101111100101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABDF; }

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

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

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

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

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

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

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

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