Html Css Color HEX #ADACC7 Wistful

📋 copy color: '#ADACC7'

red 173 ◦ green 172 ◦ blue 199

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

Shades of Wistful #ADACC7

Tints of Wistful #ADACC7

RGB

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

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

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

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

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADACC7 (or 0xADACC7) is known color: Wistful. HEX triplet: AD, AC and C7. RGB value is (173,172,199). Sum of RGB (Red+Green+Blue) = 173+172+199=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 172 (67.58% from 255 or 31.62% 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 #ADACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC7 is #525338. Grayscale: #AFAFAF. Windows color (decimal): -5395257 or 13085869. OLE color: 13085869.

HSL color Cylindrical-coordinate representation of color #ADACC7: hue angle of 242.22º 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 #ADACC7 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 172 199 -
CMYK 0.13 0.14 0 0.22
HSL 242.22º 0.19% 0.73% -
HSV(B) 242.22º 0.14% 0.78% -
XYZ 42.29 42.51 60.01 -
YUV 175.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 173 172 199 0.13 0.14 0 0.22 242.22 0.19 0.73
Hex AD AC C7 D E 0 16 F2 13 49
Octal 255 254 307 15 16 0 26 362 23 111
Binary 10101101 10101100 11000111 1101 1110 0 10110 11110010 10011 1001001

Color Harmonies of #ADACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACC7

Black with #ADACC7

Text Example


Text Example

White with #ADACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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