Html Css Color HEX #ADAADB Wistful

📋 copy color: '#ADAADB'

red 173 ◦ green 170 ◦ blue 219

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

Shades of Wistful #ADAADB

Tints of Wistful #ADAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 30.78%
G = 30.25%
B = 38.97%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADAADB (or 0xADAADB) is known color: Wistful. HEX triplet: AD, AA and DB. RGB value is (173,170,219). Sum of RGB (Red+Green+Blue) = 173+170+219=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAADB is #525524. Grayscale: #B0B0B0. Windows color (decimal): -5395749 or 14396077. OLE color: 14396077.

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

Color convert

RGB 173 170 219 -
CMYK 0.21 0.22 0 0.14
HSL 243.67º 0.4% 0.76% -
HSV(B) 243.67º 0.22% 0.86% -
XYZ 44.39 42.75 72.93 -
YUV 176.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 173 170 219 0.21 0.22 0 0.14 243.67 0.4 0.76
Hex AD AA DB 15 16 0 E F4 28 4C
Octal 255 252 333 25 26 0 16 364 50 114
Binary 10101101 10101010 11011011 10101 10110 0 1110 11110100 101000 1001100

Color Harmonies of #ADAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAADB

Black with #ADAADB

Text Example


Text Example

White with #ADAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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