Html Css Color HEX #ADABDF Lavender Grey

📋 copy color: '#ADABDF'

red 173 ◦ green 171 ◦ blue 223

#ADABDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #ADABDF

Tints of Lavender Grey #ADABDF

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 value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADABDF (or 0xADABDF) is known color: 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

RGB 173 171 223 -
CMYK 0.22 0.23 0 0.13
HSL 242.31º 0.45% 0.77% -
HSV(B) 242.31º 0.23% 0.87% -
XYZ 45.12 43.34 75.8 -
YUV 177.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 173 171 223 0.22 0.23 0 0.13 242.31 0.45 0.77
Hex AD AB DF 16 17 0 D F2 2D 4D
Octal 255 253 337 26 27 0 15 362 55 115
Binary 10101101 10101011 11011111 10110 10111 0 1101 11110010 101101 1001101

Color Harmonies of #ADABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABDF

Black with #ADABDF

Text Example


Text Example

White with #ADABDF

Text Example


Text Example

HTML Codes & Css Web 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>