Html Css Color HEX #ACADD5 Wistful

📋 copy color: '#ACADD5'

red 172 ◦ green 173 ◦ blue 213

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

Shades of Wistful #ACADD5

Tints of Wistful #ACADD5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31%

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

R = 30.82%
G = 31%
B = 38.17%

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

#ACADD5 (or 0xACADD5) is known color: Wistful. HEX triplet: AC, AD and D5. RGB value is (172,173,213). Sum of RGB (Red+Green+Blue) = 172+173+213=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADD5 is #53522A. Grayscale: #B1B1B1. Windows color (decimal): -5460523 or 14003628. OLE color: 14003628.

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

Color convert

RGB 172 173 213 -
CMYK 0.19 0.19 0 0.16
HSL 238.54º 0.33% 0.75% -
HSV(B) 238.54º 0.19% 0.84% -
XYZ 43.97 43.46 69.02 -
YUV 177.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 172 173 213 0.19 0.19 0 0.16 238.54 0.33 0.75
Hex AC AD D5 13 13 0 10 EF 21 4B
Octal 254 255 325 23 23 0 20 357 41 113
Binary 10101100 10101101 11010101 10011 10011 0 10000 11101111 100001 1001011

Color Harmonies of #ACADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADD5

Black with #ACADD5

Text Example


Text Example

White with #ACADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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