#ADADCE

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

Shades of Wistful #ADADCE

Tints of Wistful #ADADCE

Color information

#ADADCE (or 0xADADCE) is unknown color: approx Wistful. HEX triplet: AD, AD and CE. RGB value is (173,173,206). Sum of RGB (Red+Green+Blue) = 173+173+206=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADCE is #525231. Grayscale: #B0B0B0. Windows color (decimal): -5394994 or 13544877. OLE color: 13544877.

HSL color Cylindrical-coordinate representation of color #ADADCE: hue angle of 240º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADADCE is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173173206-
CMYK0.160.1600.19
HSL240º25.19%74.31%-
HSV(B)240º16.02%80.78%-
XYZ43.3243.2364.45-
YUV176.76144.5125.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=31.34%
G=31.34%
B=37.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731732060.160.1600.1924025.1974.31
HexADADCE1010013f0194a
Octal255255316202002336031112
Binary101011011010110111001110100001000001001111110000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADCE; }

 p { color: rgb(173,173,206); }

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

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

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

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

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

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

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