#ACADD1

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

Shades of Wistful #ACADD1

Tints of Wistful #ACADD1

Color information

#ACADD1 (or 0xACADD1) is unknown color: approx Wistful. HEX triplet: AC, AD and D1. RGB value is (172,173,209). Sum of RGB (Red+Green+Blue) = 172+173+209=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD1 is #53522E. Grayscale: #B0B0B0. Windows color (decimal): -5460527 or 13741484. OLE color: 13741484.

HSL color Cylindrical-coordinate representation of color #ACADD1: hue angle of 238.38º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACADD1 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172173209-
CMYK0.180.1700.18
HSL238.38º28.68%74.71%-
HSV(B)238.38º17.7%81.96%-
XYZ43.4743.2666.38-
YUV176.8146.17124.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=31.05%
G=31.23%
B=37.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721732090.180.1700.18238.3828.6874.71
HexACADD11211012ee1d4b
Octal254255321222102235635113
Binary101011001010110111010001100101000101001011101110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADD1; }

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

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

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

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

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

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

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

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