Html Css Color HEX #ADAADC Wistful

📋 copy color: '#ADAADC'

red 173 ◦ green 170 ◦ blue 220

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

Shades of Wistful #ADAADC

Tints of Wistful #ADAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.2%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 30.73%
G = 30.2%
B = 39.08%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADAADC (or 0xADAADC) is known color: Wistful. HEX triplet: AD, AA and DC. RGB value is (173,170,220). Sum of RGB (Red+Green+Blue) = 173+170+220=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAADC is #525523. Grayscale: #B0B0B0. Windows color (decimal): -5395748 or 14461613. OLE color: 14461613.

HSL color Cylindrical-coordinate representation of color #ADAADC: hue angle of 243.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAADC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 170 220 -
CMYK 0.21 0.23 0 0.14
HSL 243.6º 0.42% 0.76% -
HSV(B) 243.6º 0.23% 0.86% -
XYZ 44.53 42.8 73.62 -
YUV 176.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 173 170 220 0.21 0.23 0 0.14 243.6 0.42 0.76
Hex AD AA DC 15 17 0 E F4 2A 4C
Octal 255 252 334 25 27 0 16 364 52 114
Binary 10101101 10101010 11011100 10101 10111 0 1110 11110100 101010 1001100

Color Harmonies of #ADAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAADC

Black with #ADAADC

Text Example


Text Example

White with #ADAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAADC; }

 p { color: rgb(173,170,220); }

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

background-color css

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

 a { background-color: rgb(173,170,220); }

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

border-color css

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

 span { border-color: rgb(173,170,220); }

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