Html Css Color HEX #ADACDF Lavender Grey

📋 copy color: '#ADACDF'

red 173 ◦ green 172 ◦ blue 223

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

Shades of Lavender Grey #ADACDF

Tints of Lavender Grey #ADACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.28%

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

R = 30.46%
G = 30.28%
B = 39.26%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADACDF (or 0xADACDF) is known color: Lavender Grey. HEX triplet: AD, AC and DF. RGB value is (173,172,223). Sum of RGB (Red+Green+Blue) = 173+172+223=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDF is #525320. Grayscale: #B1B1B1. Windows color (decimal): -5395233 or 14658733. OLE color: 14658733.

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

Color convert

RGB 173 172 223 -
CMYK 0.22 0.23 0 0.13
HSL 241.18º 0.44% 0.77% -
HSV(B) 241.18º 0.23% 0.87% -
XYZ 45.31 43.72 75.86 -
YUV 178.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 173 172 223 0.22 0.23 0 0.13 241.18 0.44 0.77
Hex AD AC DF 16 17 0 D F1 2C 4D
Octal 255 254 337 26 27 0 15 361 54 115
Binary 10101101 10101100 11011111 10110 10111 0 1101 11110001 101100 1001101

Color Harmonies of #ADACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACDF

Black with #ADACDF

Text Example


Text Example

White with #ADACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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