#AFADCC

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

Shades of Wistful #AFADCC

Tints of Wistful #AFADCC

Color information

#AFADCC (or 0xAFADCC) is unknown color: approx Wistful. HEX triplet: AF, AD and CC. RGB value is (175,173,204). Sum of RGB (Red+Green+Blue) = 175+173+204=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADCC is #505233. Grayscale: #B1B1B1. Windows color (decimal): -5263924 or 13413807. OLE color: 13413807.

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

Color convert

RGB175173204-
CMYK0.140.1500.2
HSL243.87º23.31%73.92%-
HSV(B)243.87º15.2%80%-
XYZ43.5243.3663.2-
YUV177.13143.16126.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=31.70%
G=31.34%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751732040.140.1500.2243.8723.3173.92
HexAFADCCEF014f4174a
Octal257255314161702436427112
Binary1010111110101101110011001110111101010011110100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADCC; }

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

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

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

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

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

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

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

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