Html Css Color HEX #ADADD3 Wistful

📋 copy color: '#ADADD3'

red 173 ◦ green 173 ◦ blue 211

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

Shades of Wistful #ADADD3

Tints of Wistful #ADADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 31.06%
G = 31.06%
B = 37.88%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADADD3 (or 0xADADD3) is known color: Wistful. HEX triplet: AD, AD and D3. RGB value is (173,173,211). Sum of RGB (Red+Green+Blue) = 173+173+211=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADADD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD3 is #52522C. Grayscale: #B1B1B1. Windows color (decimal): -5394989 or 13872557. OLE color: 13872557.

HSL color Cylindrical-coordinate representation of color #ADADD3: hue angle of 240º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADADD3 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 173 211 -
CMYK 0.18 0.18 0 0.17
HSL 240º 0.3% 0.75% -
HSV(B) 240º 0.18% 0.83% -
XYZ 43.94 43.47 67.7 -
YUV 177.33 147 124.91 -
System Red Green Blue C M Y K H S L
Decimal 173 173 211 0.18 0.18 0 0.17 240 0.3 0.75
Hex AD AD D3 12 12 0 11 F0 1E 4B
Octal 255 255 323 22 22 0 21 360 36 113
Binary 10101101 10101101 11010011 10010 10010 0 10001 11110000 11110 1001011

Color Harmonies of #ADADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADD3

Black with #ADADD3

Text Example


Text Example

White with #ADADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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