Html Css Color HEX #ACADC7 Wistful

📋 copy color: '#ACADC7'

red 172 ◦ green 173 ◦ blue 199

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

Shades of Wistful #ACADC7

Tints of Wistful #ACADC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 31.62%
G = 31.8%
B = 36.58%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACADC7 (or 0xACADC7) is known color: Wistful. HEX triplet: AC, AD and C7. RGB value is (172,173,199). Sum of RGB (Red+Green+Blue) = 172+173+199=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC7 is #535238. Grayscale: #AFAFAF. Windows color (decimal): -5460537 or 13086124. OLE color: 13086124.

HSL color Cylindrical-coordinate representation of color #ACADC7: hue angle of 237.78º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACADC7 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 173 199 -
CMYK 0.14 0.13 0 0.22
HSL 237.78º 0.19% 0.73% -
HSV(B) 237.78º 0.14% 0.78% -
XYZ 42.27 42.78 60.06 -
YUV 175.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 172 173 199 0.14 0.13 0 0.22 237.78 0.19 0.73
Hex AC AD C7 E D 0 16 EE 13 49
Octal 254 255 307 16 15 0 26 356 23 111
Binary 10101100 10101101 11000111 1110 1101 0 10110 11101110 10011 1001001

Color Harmonies of #ACADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADC7

Black with #ACADC7

Text Example


Text Example

White with #ACADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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