#AFADCB

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

Shades of Wistful #AFADCB

Tints of Wistful #AFADCB

Color information

#AFADCB (or 0xAFADCB) is unknown color: approx Wistful. HEX triplet: AF, AD and CB. RGB value is (175,173,203). Sum of RGB (Red+Green+Blue) = 175+173+203=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADCB is #505234. Grayscale: #B0B0B0. Windows color (decimal): -5263925 or 13348271. OLE color: 13348271.

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

Color convert

RGB175173203-
CMYK0.140.1500.20
HSL244º22.39%73.73%-
HSV(B)244º14.78%79.61%-
XYZ43.443.3162.57-
YUV177.02142.66126.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=31.76%
G=31.40%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751732030.140.1500.2024422.3973.73
HexAFADCBEF014f4164a
Octal257255313161702436426112
Binary1010111110101101110010111110111101010011110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADCB; }

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

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

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

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

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

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

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

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