Html Css Color HEX #ADADD6 Wistful

📋 copy color: '#ADADD6'

red 173 ◦ green 173 ◦ blue 214

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

Shades of Wistful #ADADD6

Tints of Wistful #ADADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.21%

R = 30.89%
G = 30.89%
B = 38.21%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADADD6 (or 0xADADD6) is known color: Wistful. HEX triplet: AD, AD and D6. RGB value is (173,173,214). Sum of RGB (Red+Green+Blue) = 173+173+214=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD6 is #525229. Grayscale: #B1B1B1. Windows color (decimal): -5394986 or 14069165. OLE color: 14069165.

HSL color Cylindrical-coordinate representation of color #ADADD6: hue angle of 240º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADADD6 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 173 214 -
CMYK 0.19 0.19 0 0.16
HSL 240º 0.33% 0.76% -
HSV(B) 240º 0.19% 0.84% -
XYZ 44.31 43.63 69.7 -
YUV 177.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 173 173 214 0.19 0.19 0 0.16 240 0.33 0.76
Hex AD AD D6 13 13 0 10 F0 21 4C
Octal 255 255 326 23 23 0 20 360 41 114
Binary 10101101 10101101 11010110 10011 10011 0 10000 11110000 100001 1001100

Color Harmonies of #ADADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADD6

Black with #ADADD6

Text Example


Text Example

White with #ADADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADD6; }

 p { color: rgb(173,173,214); }

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

background-color css

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

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

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

border-color css

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

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

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