Html Css Color HEX #ADA8DB Wistful

📋 copy color: '#ADA8DB'

red 173 ◦ green 168 ◦ blue 219

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

Shades of Wistful #ADA8DB

Tints of Wistful #ADA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

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

R = 30.89%
G = 30%
B = 39.11%

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

#ADA8DB (or 0xADA8DB) is known color: Wistful. HEX triplet: AD, A8 and DB. RGB value is (173,168,219). Sum of RGB (Red+Green+Blue) = 173+168+219=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8DB is #525724. Grayscale: #AFAFAF. Windows color (decimal): -5396261 or 14395565. OLE color: 14395565.

HSL color Cylindrical-coordinate representation of color #ADA8DB: hue angle of 245.88º degrees, saturation: 0.41, 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 #ADA8DB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 168 219 -
CMYK 0.21 0.23 0 0.14
HSL 245.88º 0.41% 0.76% -
HSV(B) 245.88º 0.23% 0.86% -
XYZ 44.02 42 72.81 -
YUV 175.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 173 168 219 0.21 0.23 0 0.14 245.88 0.41 0.76
Hex AD A8 DB 15 17 0 E F6 29 4C
Octal 255 250 333 25 27 0 16 366 51 114
Binary 10101101 10101000 11011011 10101 10111 0 1110 11110110 101001 1001100

Color Harmonies of #ADA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8DB

Black with #ADA8DB

Text Example


Text Example

White with #ADA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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