Html Css Color HEX #ADADDF Lavender Grey

📋 copy color: '#ADADDF'

red 173 ◦ green 173 ◦ blue 223

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

Shades of Lavender Grey #ADADDF

Tints of Lavender Grey #ADADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.4%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 30.4%
G = 30.4%
B = 39.19%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADADDF (or 0xADADDF) is known color: Lavender Grey. HEX triplet: AD, AD and DF. RGB value is (173,173,223). Sum of RGB (Red+Green+Blue) = 173+173+223=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDF is #525220. Grayscale: #B2B2B2. Windows color (decimal): -5394977 or 14658989. OLE color: 14658989.

HSL color Cylindrical-coordinate representation of color #ADADDF: hue angle of 240º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADADDF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 173 223 -
CMYK 0.22 0.22 0 0.13
HSL 240º 0.44% 0.78% -
HSV(B) 240º 0.22% 0.87% -
XYZ 45.5 44.1 75.93 -
YUV 178.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 173 173 223 0.22 0.22 0 0.13 240 0.44 0.78
Hex AD AD DF 16 16 0 D F0 2C 4E
Octal 255 255 337 26 26 0 15 360 54 116
Binary 10101101 10101101 11011111 10110 10110 0 1101 11110000 101100 1001110

Color Harmonies of #ADADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADDF

Black with #ADADDF

Text Example


Text Example

White with #ADADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADDF; }

 p { color: rgb(173,173,223); }

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

background-color css

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

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

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

border-color css

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

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

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