Html Css Color HEX #ADAFDA Lavender Grey

📋 copy color: '#ADAFDA'

red 173 ◦ green 175 ◦ blue 218

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

Shades of Lavender Grey #ADAFDA

Tints of Lavender Grey #ADAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 30.57%
G = 30.92%
B = 38.52%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADAFDA (or 0xADAFDA) is known color: Lavender Grey. HEX triplet: AD, AF and DA. RGB value is (173,175,218). Sum of RGB (Red+Green+Blue) = 173+175+218=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFDA is #525025. Grayscale: #B3B3B3. Windows color (decimal): -5394470 or 14331821. OLE color: 14331821.

HSL color Cylindrical-coordinate representation of color #ADAFDA: hue angle of 237.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAFDA is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 175 218 -
CMYK 0.21 0.20 0 0.15
HSL 237.33º 0.38% 0.77% -
HSV(B) 237.33º 0.21% 0.85% -
XYZ 45.22 44.61 72.56 -
YUV 179.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 173 175 218 0.21 0.20 0 0.15 237.33 0.38 0.77
Hex AD AF DA 15 14 0 F ED 26 4D
Octal 255 257 332 25 24 0 17 355 46 115
Binary 10101101 10101111 11011010 10101 10100 0 1111 11101101 100110 1001101

Color Harmonies of #ADAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFDA

Black with #ADAFDA

Text Example


Text Example

White with #ADAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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