Html Css Color HEX #ADAFD7 Lavender Grey

📋 copy color: '#ADAFD7'

red 173 ◦ green 175 ◦ blue 215

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

Shades of Lavender Grey #ADAFD7

Tints of Lavender Grey #ADAFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 30.73%
G = 31.08%
B = 38.19%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADAFD7 (or 0xADAFD7) is known color: Lavender Grey. HEX triplet: AD, AF and D7. RGB value is (173,175,215). Sum of RGB (Red+Green+Blue) = 173+175+215=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADAFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFD7 is #525028. Grayscale: #B2B2B2. Windows color (decimal): -5394473 or 14135213. OLE color: 14135213.

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

Color convert

RGB 173 175 215 -
CMYK 0.20 0.19 0 0.16
HSL 237.14º 0.34% 0.76% -
HSV(B) 237.14º 0.2% 0.84% -
XYZ 44.83 44.45 70.51 -
YUV 178.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 173 175 215 0.20 0.19 0 0.16 237.14 0.34 0.76
Hex AD AF D7 14 13 0 10 ED 22 4C
Octal 255 257 327 24 23 0 20 355 42 114
Binary 10101101 10101111 11010111 10100 10011 0 10000 11101101 100010 1001100

Color Harmonies of #ADAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFD7

Black with #ADAFD7

Text Example


Text Example

White with #ADAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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