#ADADCB

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

Shades of Wistful #ADADCB

Tints of Wistful #ADADCB

Color information

#ADADCB (or 0xADADCB) is unknown color: approx Wistful. HEX triplet: AD, AD and CB. RGB value is (173,173,203). Sum of RGB (Red+Green+Blue) = 173+173+203=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADCB is #525234. Grayscale: #B0B0B0. Windows color (decimal): -5394997 or 13348269. OLE color: 13348269.

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

Color convert

RGB173173203-
CMYK0.150.1500.20
HSL240º22.39%73.73%-
HSV(B)240º14.78%79.61%-
XYZ42.9643.0862.55-
YUV176.42143125.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=31.51%
G=31.51%
B=36.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731732030.150.1500.2024022.3973.73
HexADADCBFF014f0164a
Octal255255313171702436026112
Binary1010110110101101110010111111111101010011110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADCB; }

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

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

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

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

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

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

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

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