#ACADD6

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

Shades of Wistful #ACADD6

Tints of Wistful #ACADD6

Color information

#ACADD6 (or 0xACADD6) is unknown color: approx Wistful. HEX triplet: AC, AD and D6. RGB value is (172,173,214). Sum of RGB (Red+Green+Blue) = 172+173+214=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD6 is #535229. Grayscale: #B1B1B1. Windows color (decimal): -5460522 or 14069164. OLE color: 14069164.

HSL color Cylindrical-coordinate representation of color #ACADD6: hue angle of 238.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACADD6 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172173214-
CMYK0.200.1900.16
HSL238.57º33.87%75.69%-
HSV(B)238.57º19.63%83.92%-
XYZ44.0943.5169.69-
YUV177.38148.67124.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=30.77%
G=30.95%
B=38.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721732140.200.1900.16238.5733.8775.69
HexACADD61413010ef224c
Octal254255326242302035742114
Binary1010110010101101110101101010010011010000111011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADD6; }

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

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

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

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

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

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

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

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