#ADACDF

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

Shades of Lavender Grey #ADACDF

Tints of Lavender Grey #ADACDF

Color information

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

RGB173172223-
CMYK0.220.2300.13
HSL241.18º44.35%77.45%-
HSV(B)241.18º22.87%87.45%-
XYZ45.3143.7275.86-
YUV178.11153.33124.35-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731722230.220.2300.13241.1844.3577.45
HexADACDF16170Df12c4d
Octal255254337262701536154115
Binary101011011010110011011111101101011101101111100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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