Html Css Color HEX #ADA4DC Wistful

📋 copy color: '#ADA4DC'

red 173 ◦ green 164 ◦ blue 220

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

Shades of Wistful #ADA4DC

Tints of Wistful #ADA4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.44%

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

R = 31.06%
G = 29.44%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADA4DC (or 0xADA4DC) is known color: Wistful. HEX triplet: AD, A4 and DC. RGB value is (173,164,220). Sum of RGB (Red+Green+Blue) = 173+164+220=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4DC is #525B23. Grayscale: #ACACAC. Windows color (decimal): -5397284 or 14460077. OLE color: 14460077.

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

Color convert

RGB 173 164 220 -
CMYK 0.21 0.25 0 0.14
HSL 249.64º 0.44% 0.75% -
HSV(B) 249.64º 0.25% 0.86% -
XYZ 43.43 40.6 73.26 -
YUV 173.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 173 164 220 0.21 0.25 0 0.14 249.64 0.44 0.75
Hex AD A4 DC 15 19 0 E FA 2C 4B
Octal 255 244 334 25 31 0 16 372 54 113
Binary 10101101 10100100 11011100 10101 11001 0 1110 11111010 101100 1001011

Color Harmonies of #ADA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4DC

Black with #ADA4DC

Text Example


Text Example

White with #ADA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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