Html Css Color HEX #ADABD3 Wistful

📋 copy color: '#ADABD3'

red 173 ◦ green 171 ◦ blue 211

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

Shades of Wistful #ADABD3

Tints of Wistful #ADABD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 31.17%
G = 30.81%
B = 38.02%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADABD3 (or 0xADABD3) is known color: Wistful. HEX triplet: AD, AB and D3. RGB value is (173,171,211). Sum of RGB (Red+Green+Blue) = 173+171+211=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADABD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD3 is #52542C. Grayscale: #B0B0B0. Windows color (decimal): -5395501 or 13872045. OLE color: 13872045.

HSL color Cylindrical-coordinate representation of color #ADABD3: hue angle of 243º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADABD3 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 171 211 -
CMYK 0.18 0.19 0 0.17
HSL 243º 0.31% 0.75% -
HSV(B) 243º 0.19% 0.83% -
XYZ 43.55 42.71 67.58 -
YUV 176.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 173 171 211 0.18 0.19 0 0.17 243 0.31 0.75
Hex AD AB D3 12 13 0 11 F3 1F 4B
Octal 255 253 323 22 23 0 21 363 37 113
Binary 10101101 10101011 11010011 10010 10011 0 10001 11110011 11111 1001011

Color Harmonies of #ADABD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABD3

Black with #ADABD3

Text Example


Text Example

White with #ADABD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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