#ADABCF

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

Shades of Wistful #ADABCF

Tints of Wistful #ADABCF

Color information

#ADABCF (or 0xADABCF) is unknown color: approx Wistful. HEX triplet: AD, AB and CF. RGB value is (173,171,207). Sum of RGB (Red+Green+Blue) = 173+171+207=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCF is #525430. Grayscale: #AFAFAF. Windows color (decimal): -5395505 or 13609901. OLE color: 13609901.

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

Color convert

RGB173171207-
CMYK0.160.1700.19
HSL243.33º27.27%74.12%-
HSV(B)243.33º17.39%81.18%-
XYZ43.0642.5264.97-
YUV175.7145.66126.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=31.40%
G=31.03%
B=37.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731712070.160.1700.19243.3327.2774.12
HexADABCF1011013f31b4a
Octal255253317202102336333112
Binary101011011010101111001111100001000101001111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABCF; }

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

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

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

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

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

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

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

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