Html Css Color HEX #ADABDB Wistful

📋 copy color: '#ADABDB'

red 173 ◦ green 171 ◦ blue 219

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

Shades of Wistful #ADABDB

Tints of Wistful #ADABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.37%

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

R = 30.73%
G = 30.37%
B = 38.9%

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

#ADABDB (or 0xADABDB) is known color: Wistful. HEX triplet: AD, AB and DB. RGB value is (173,171,219). Sum of RGB (Red+Green+Blue) = 173+171+219=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDB is #525424. Grayscale: #B0B0B0. Windows color (decimal): -5395493 or 14396333. OLE color: 14396333.

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

Color convert

RGB 173 171 219 -
CMYK 0.21 0.22 0 0.14
HSL 242.5º 0.4% 0.76% -
HSV(B) 242.5º 0.22% 0.86% -
XYZ 44.58 43.12 72.99 -
YUV 177.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 173 171 219 0.21 0.22 0 0.14 242.5 0.4 0.76
Hex AD AB DB 15 16 0 E F2 28 4C
Octal 255 253 333 25 26 0 16 362 50 114
Binary 10101101 10101011 11011011 10101 10110 0 1110 11110010 101000 1001100

Color Harmonies of #ADABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABDB

Black with #ADABDB

Text Example


Text Example

White with #ADABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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