#ADACD8

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

Shades of Wistful #ADACD8

Tints of Wistful #ADACD8

Color information

#ADACD8 (or 0xADACD8) is unknown color: approx Wistful. HEX triplet: AD, AC and D8. RGB value is (173,172,216). Sum of RGB (Red+Green+Blue) = 173+172+216=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD8 is #525327. Grayscale: #B1B1B1. Windows color (decimal): -5395240 or 14199981. OLE color: 14199981.

HSL color Cylindrical-coordinate representation of color #ADACD8: hue angle of 241.36º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADACD8 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173172216-
CMYK0.200.2000.15
HSL241.36º36.07%76.08%-
HSV(B)241.36º20.37%84.71%-
XYZ44.3843.3570.99-
YUV177.32149.83124.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=30.84%
G=30.66%
B=38.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731722160.200.2000.15241.3636.0776.08
HexADACD814140Ff1244c
Octal255254330242401736144114
Binary101011011010110011011000101001010001111111100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACD8; }

 p { color: rgb(173,172,216); }

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

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

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

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

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

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

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