#ADACE1

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

Shades of Lavender Grey #ADACE1

Tints of Lavender Grey #ADACE1

Color information

#ADACE1 (or 0xADACE1) is unknown color: approx Lavender Grey. HEX triplet: AD, AC and E1. RGB value is (173,172,225). Sum of RGB (Red+Green+Blue) = 173+172+225=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACE1 is #52531E. Grayscale: #B2B2B2. Windows color (decimal): -5395231 or 14789805. OLE color: 14789805.

HSL color Cylindrical-coordinate representation of color #ADACE1: hue angle of 241.13º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADACE1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173172225-
CMYK0.230.2400.12
HSL241.13º46.9%77.84%-
HSV(B)241.13º23.56%88.24%-
XYZ45.5843.8377.29-
YUV178.34154.33124.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=30.35%
G=30.18%
B=39.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731722250.230.2400.12241.1346.977.84
HexADACE117180Cf12f4e
Octal255254341273001436157116
Binary101011011010110011100001101111100001100111100011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACE1; }

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

 H1.HeaderClassName
 {
   color: #ADACE1;
 }
 .AnyTagClassName
 {
   color: #ADACE1;
 }
</style>
background-color css

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

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

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

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

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

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