Html Css Color HEX #ADABDC Wistful

📋 copy color: '#ADABDC'

red 173 ◦ green 171 ◦ blue 220

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

Shades of Wistful #ADABDC

Tints of Wistful #ADABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 30.67%
G = 30.32%
B = 39.01%

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

#ADABDC (or 0xADABDC) is known color: Wistful. HEX triplet: AD, AB and DC. RGB value is (173,171,220). Sum of RGB (Red+Green+Blue) = 173+171+220=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDC is #525423. Grayscale: #B0B0B0. Windows color (decimal): -5395492 or 14461869. OLE color: 14461869.

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

Color convert

RGB 173 171 220 -
CMYK 0.21 0.22 0 0.14
HSL 242.45º 0.41% 0.77% -
HSV(B) 242.45º 0.22% 0.86% -
XYZ 44.71 43.18 73.69 -
YUV 177.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 173 171 220 0.21 0.22 0 0.14 242.45 0.41 0.77
Hex AD AB DC 15 16 0 E F2 29 4D
Octal 255 253 334 25 26 0 16 362 51 115
Binary 10101101 10101011 11011100 10101 10110 0 1110 11110010 101001 1001101

Color Harmonies of #ADABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABDC

Black with #ADABDC

Text Example


Text Example

White with #ADABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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