#AFADCE

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

Shades of Wistful #AFADCE

Tints of Wistful #AFADCE

Color information

#AFADCE (or 0xAFADCE) is unknown color: approx Wistful. HEX triplet: AF, AD and CE. RGB value is (175,173,206). Sum of RGB (Red+Green+Blue) = 175+173+206=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADCE is #505231. Grayscale: #B1B1B1. Windows color (decimal): -5263922 or 13544879. OLE color: 13544879.

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

Color convert

RGB175173206-
CMYK0.150.1600.19
HSL243.64º25.19%74.31%-
HSV(B)243.64º16.02%80.78%-
XYZ43.7643.4664.47-
YUV177.36144.16126.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=31.59%
G=31.23%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751732060.150.1600.19243.6425.1974.31
HexAFADCEF10013f4194a
Octal257255316172002336431112
Binary10101111101011011100111011111000001001111110100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADCE; }

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

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

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

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

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

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

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

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