Html Css Color HEX #ACABDE Wistful

📋 copy color: '#ACABDE'

red 172 ◦ green 171 ◦ blue 222

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

Shades of Wistful #ACABDE

Tints of Wistful #ACABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.27%

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 30.44%
G = 30.27%
B = 39.29%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACABDE (or 0xACABDE) is known color: Wistful. HEX triplet: AC, AB and DE. RGB value is (172,171,222). Sum of RGB (Red+Green+Blue) = 172+171+222=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDE is #535421. Grayscale: #B0B0B0. Windows color (decimal): -5461026 or 14592940. OLE color: 14592940.

HSL color Cylindrical-coordinate representation of color #ACABDE: hue angle of 241.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACABDE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 171 222 -
CMYK 0.23 0.23 0 0.13
HSL 241.18º 0.44% 0.77% -
HSV(B) 241.18º 0.23% 0.87% -
XYZ 44.76 43.17 75.08 -
YUV 177.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 172 171 222 0.23 0.23 0 0.13 241.18 0.44 0.77
Hex AC AB DE 17 17 0 D F1 2C 4D
Octal 254 253 336 27 27 0 15 361 54 115
Binary 10101100 10101011 11011110 10111 10111 0 1101 11110001 101100 1001101

Color Harmonies of #ACABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABDE

Black with #ACABDE

Text Example


Text Example

White with #ACABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABDE; }

 p { color: rgb(172,171,222); }

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

background-color css

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

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

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

border-color css

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

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

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