Html Css Color HEX #ACADD1 Wistful

📋 copy color: '#ACADD1'

red 172 ◦ green 173 ◦ blue 209

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

Shades of Wistful #ACADD1

Tints of Wistful #ACADD1

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 value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACADD1 (or 0xACADD1) is known color: 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

RGB 172 173 209 -
CMYK 0.18 0.17 0 0.18
HSL 238.38º 0.29% 0.75% -
HSV(B) 238.38º 0.18% 0.82% -
XYZ 43.47 43.26 66.38 -
YUV 176.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 172 173 209 0.18 0.17 0 0.18 238.38 0.29 0.75
Hex AC AD D1 12 11 0 12 EE 1D 4B
Octal 254 255 321 22 21 0 22 356 35 113
Binary 10101100 10101101 11010001 10010 10001 0 10010 11101110 11101 1001011

Color Harmonies of #ACADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADD1

Black with #ACADD1

Text Example


Text Example

White with #ACADD1

Text Example


Text Example

HTML Codes & Css Web 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>