Html Css Color HEX #ADAFD8 Lavender Grey

📋 copy color: '#ADAFD8'

red 173 ◦ green 175 ◦ blue 216

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

Shades of Lavender Grey #ADAFD8

Tints of Lavender Grey #ADAFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 30.67%
G = 31.03%
B = 38.3%

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

#ADAFD8 (or 0xADAFD8) is known color: Lavender Grey. HEX triplet: AD, AF and D8. RGB value is (173,175,216). Sum of RGB (Red+Green+Blue) = 173+175+216=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADAFD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFD8 is #525027. Grayscale: #B2B2B2. Windows color (decimal): -5394472 or 14200749. OLE color: 14200749.

HSL color Cylindrical-coordinate representation of color #ADAFD8: hue angle of 237.21º degrees, saturation: 0.36, 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 #ADAFD8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 175 216 -
CMYK 0.20 0.19 0 0.15
HSL 237.21º 0.36% 0.76% -
HSV(B) 237.21º 0.2% 0.85% -
XYZ 44.96 44.5 71.19 -
YUV 179.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 173 175 216 0.20 0.19 0 0.15 237.21 0.36 0.76
Hex AD AF D8 14 13 0 F ED 24 4C
Octal 255 257 330 24 23 0 17 355 44 114
Binary 10101101 10101111 11011000 10100 10011 0 1111 11101101 100100 1001100

Color Harmonies of #ADAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFD8

Black with #ADAFD8

Text Example


Text Example

White with #ADAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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