Html Css Color HEX #ACACD6 Wistful

📋 copy color: '#ACACD6'

red 172 ◦ green 172 ◦ blue 214

#ACACD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #ACACD6

Tints of Wistful #ACACD6

RGB

 RED value IS 172 (67.58% from 255) = 30.82%

 GREEN value IS 172 (67.58% from 255) = 30.82%

 BLUE value IS 214 (83.98% from 255) = 38.35%

R = 30.82%
G = 30.82%
B = 38.35%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACACD6 (or 0xACACD6) is known color: Wistful. HEX triplet: AC, AC and D6. RGB value is (172,172,214). Sum of RGB (Red+Green+Blue) = 172+172+214=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD6 is #535329. Grayscale: #B0B0B0. Windows color (decimal): -5460778 or 14068908. OLE color: 14068908.

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

Color convert

RGB 172 172 214 -
CMYK 0.20 0.20 0 0.16
HSL 240º 0.34% 0.76% -
HSV(B) 240º 0.2% 0.84% -
XYZ 43.9 43.13 69.63 -
YUV 176.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 172 172 214 0.20 0.20 0 0.16 240 0.34 0.76
Hex AC AC D6 14 14 0 10 F0 22 4C
Octal 254 254 326 24 24 0 20 360 42 114
Binary 10101100 10101100 11010110 10100 10100 0 10000 11110000 100010 1001100

Color Harmonies of #ACACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACD6

Black with #ACACD6

Text Example


Text Example

White with #ACACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACD6; }

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

 H1.HeaderClassName
 {
   color: #ACACD6;
 }
 .AnyTagClassName
 {
   color: #ACACD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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