Html Css Color HEX #ADABCD Wistful

📋 copy color: '#ADABCD'

red 173 ◦ green 171 ◦ blue 205

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

Shades of Wistful #ADABCD

Tints of Wistful #ADABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 31.51%
G = 31.15%
B = 37.34%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADABCD (or 0xADABCD) is known color: Wistful. HEX triplet: AD, AB and CD. RGB value is (173,171,205). Sum of RGB (Red+Green+Blue) = 173+171+205=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCD is #525432. Grayscale: #AFAFAF. Windows color (decimal): -5395507 or 13478829. OLE color: 13478829.

HSL color Cylindrical-coordinate representation of color #ADABCD: hue angle of 243.53º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADABCD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 171 205 -
CMYK 0.16 0.17 0 0.20
HSL 243.53º 0.25% 0.74% -
HSV(B) 243.53º 0.17% 0.8% -
XYZ 42.82 42.42 63.69 -
YUV 175.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 173 171 205 0.16 0.17 0 0.20 243.53 0.25 0.74
Hex AD AB CD 10 11 0 14 F4 19 4A
Octal 255 253 315 20 21 0 24 364 31 112
Binary 10101101 10101011 11001101 10000 10001 0 10100 11110100 11001 1001010

Color Harmonies of #ADABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABCD

Black with #ADABCD

Text Example


Text Example

White with #ADABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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