Html Css Color HEX #ADAFD9 Lavender Grey

📋 copy color: '#ADAFD9'

red 173 ◦ green 175 ◦ blue 217

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

Shades of Lavender Grey #ADAFD9

Tints of Lavender Grey #ADAFD9

RGB

 RED value IS 173 (67.97% from 255) = 30.62%

 GREEN value IS 175 (68.75% from 255) = 30.97%

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 30.62%
G = 30.97%
B = 38.41%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADAFD9 (or 0xADAFD9) is known color: Lavender Grey. HEX triplet: AD, AF and D9. RGB value is (173,175,217). Sum of RGB (Red+Green+Blue) = 173+175+217=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADAFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFD9 is #525026. Grayscale: #B3B3B3. Windows color (decimal): -5394471 or 14266285. OLE color: 14266285.

HSL color Cylindrical-coordinate representation of color #ADAFD9: hue angle of 237.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADAFD9 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 175 217 -
CMYK 0.20 0.19 0 0.15
HSL 237.27º 0.37% 0.76% -
HSV(B) 237.27º 0.2% 0.85% -
XYZ 45.09 44.55 71.87 -
YUV 179.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 173 175 217 0.20 0.19 0 0.15 237.27 0.37 0.76
Hex AD AF D9 14 13 0 F ED 25 4C
Octal 255 257 331 24 23 0 17 355 45 114
Binary 10101101 10101111 11011001 10100 10011 0 1111 11101101 100101 1001100

Color Harmonies of #ADAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFD9

Black with #ADAFD9

Text Example


Text Example

White with #ADAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFD9; }

 p { color: rgb(173,175,217); }

 H1.HeaderClassName
 {
   color: #ADAFD9;
 }
 .AnyTagClassName
 {
   color: #ADAFD9;
 }
</style>

background-color css

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

 a { background-color: rgb(173,175,217); }

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

border-color css

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

 span { border-color: rgb(173,175,217); }

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