#ADACDC

Color #ADACDC Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #ADACDC

Tints of Lavender Grey #ADACDC

Color information

#ADACDC (or 0xADACDC) is unknown color: approx 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

RGB173172220-
CMYK0.210.2200.14
HSL241.25º40.68%76.86%-
HSV(B)241.25º21.82%86.27%-
XYZ44.943.5673.75-
YUV177.77151.83124.6-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731722200.210.2200.14241.2540.6876.86
HexADACDC15160Ef1294d
Octal255254334252601636151115
Binary101011011010110011011100101011011001110111100011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>