Html Css Color HEX #ADACDC Lavender Grey

📋 copy color: '#ADACDC'

red 173 ◦ green 172 ◦ blue 220

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

Shades of Lavender Grey #ADACDC

Tints of Lavender Grey #ADACDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 30.62%
G = 30.44%
B = 38.94%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADACDC (or 0xADACDC) is known color: Lavender Grey. HEX triplet: AD, AC and DC. RGB value is (173,172,220). Sum of RGB (Red+Green+Blue) = 173+172+220=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDC is #525323. Grayscale: #B1B1B1. Windows color (decimal): -5395236 or 14462125. OLE color: 14462125.

HSL color Cylindrical-coordinate representation of color #ADACDC: hue angle of 241.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADACDC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 172 220 -
CMYK 0.21 0.22 0 0.14
HSL 241.25º 0.41% 0.77% -
HSV(B) 241.25º 0.22% 0.86% -
XYZ 44.9 43.56 73.75 -
YUV 177.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 173 172 220 0.21 0.22 0 0.14 241.25 0.41 0.77
Hex AD AC DC 15 16 0 E F1 29 4D
Octal 255 254 334 25 26 0 16 361 51 115
Binary 10101101 10101100 11011100 10101 10110 0 1110 11110001 101001 1001101

Color Harmonies of #ADACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACDC

Black with #ADACDC

Text Example


Text Example

White with #ADACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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