Html Css Color HEX #ADABD0 Wistful

📋 copy color: '#ADABD0'

red 173 ◦ green 171 ◦ blue 208

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

Shades of Wistful #ADABD0

Tints of Wistful #ADABD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 31.34%
G = 30.98%
B = 37.68%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADABD0 (or 0xADABD0) is known color: Wistful. HEX triplet: AD, AB and D0. RGB value is (173,171,208). Sum of RGB (Red+Green+Blue) = 173+171+208=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD0 is #52542F. Grayscale: #AFAFAF. Windows color (decimal): -5395504 or 13675437. OLE color: 13675437.

HSL color Cylindrical-coordinate representation of color #ADABD0: hue angle of 243.24º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADABD0 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 171 208 -
CMYK 0.17 0.18 0 0.18
HSL 243.24º 0.28% 0.74% -
HSV(B) 243.24º 0.18% 0.82% -
XYZ 43.18 42.56 65.61 -
YUV 175.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 173 171 208 0.17 0.18 0 0.18 243.24 0.28 0.74
Hex AD AB D0 11 12 0 12 F3 1C 4A
Octal 255 253 320 21 22 0 22 363 34 112
Binary 10101101 10101011 11010000 10001 10010 0 10010 11110011 11100 1001010

Color Harmonies of #ADABD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABD0

Black with #ADABD0

Text Example


Text Example

White with #ADABD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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