Html Css Color HEX #ACACD5 Wistful

📋 copy color: '#ACACD5'

red 172 ◦ green 172 ◦ blue 213

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

Shades of Wistful #ACACD5

Tints of Wistful #ACACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 30.88%
G = 30.88%
B = 38.24%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACACD5 (or 0xACACD5) is known color: Wistful. HEX triplet: AC, AC and D5. RGB value is (172,172,213). Sum of RGB (Red+Green+Blue) = 172+172+213=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD5 is #53532A. Grayscale: #B0B0B0. Windows color (decimal): -5460779 or 14003372. OLE color: 14003372.

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

Color convert

RGB 172 172 213 -
CMYK 0.19 0.19 0 0.16
HSL 240º 0.33% 0.75% -
HSV(B) 240º 0.19% 0.84% -
XYZ 43.78 43.08 68.96 -
YUV 176.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 172 172 213 0.19 0.19 0 0.16 240 0.33 0.75
Hex AC AC D5 13 13 0 10 F0 21 4B
Octal 254 254 325 23 23 0 20 360 41 113
Binary 10101100 10101100 11010101 10011 10011 0 10000 11110000 100001 1001011

Color Harmonies of #ACACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACACD5

Black with #ACACD5

Text Example


Text Example

White with #ACACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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