#ADABDC

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

Shades of Wistful #ADABDC

Tints of Wistful #ADABDC

Color information

#ADABDC (or 0xADABDC) is unknown color: approx Wistful. HEX triplet: AD, AB and DC. RGB value is (173,171,220). Sum of RGB (Red+Green+Blue) = 173+171+220=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDC is #525423. Grayscale: #B0B0B0. Windows color (decimal): -5395492 or 14461869. OLE color: 14461869.

HSL color Cylindrical-coordinate representation of color #ADABDC: hue angle of 242.45º 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 #ADABDC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173171220-
CMYK0.210.2200.14
HSL242.45º41.18%76.67%-
HSV(B)242.45º22.27%86.27%-
XYZ44.7143.1873.69-
YUV177.18152.16125.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=30.67%
G=30.32%
B=39.01%

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
Decimal1731712200.210.2200.14242.4541.1876.67
HexADABDC15160Ef2294d
Octal255253334252601636251115
Binary101011011010101111011100101011011001110111100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABDC; }

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

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

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

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

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

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

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

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