Html Css Color HEX #ADACC6 Wistful

📋 copy color: '#ADACC6'

red 173 ◦ green 172 ◦ blue 198

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

Shades of Wistful #ADACC6

Tints of Wistful #ADACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.46%

R = 31.86%
G = 31.68%
B = 36.46%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADACC6 (or 0xADACC6) is known color: Wistful. HEX triplet: AD, AC and C6. RGB value is (173,172,198). Sum of RGB (Red+Green+Blue) = 173+172+198=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC6 is #525339. Grayscale: #AFAFAF. Windows color (decimal): -5395258 or 13020333. OLE color: 13020333.

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

Color convert

RGB 173 172 198 -
CMYK 0.13 0.13 0 0.22
HSL 242.31º 0.19% 0.73% -
HSV(B) 242.31º 0.13% 0.78% -
XYZ 42.18 42.47 59.4 -
YUV 175.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 173 172 198 0.13 0.13 0 0.22 242.31 0.19 0.73
Hex AD AC C6 D D 0 16 F2 13 49
Octal 255 254 306 15 15 0 26 362 23 111
Binary 10101101 10101100 11000110 1101 1101 0 10110 11110010 10011 1001001

Color Harmonies of #ADACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACC6

Black with #ADACC6

Text Example


Text Example

White with #ADACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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