Html Css Color HEX #ADABD4 Wistful

📋 copy color: '#ADABD4'

red 173 ◦ green 171 ◦ blue 212

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

Shades of Wistful #ADABD4

Tints of Wistful #ADABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 31.12%
G = 30.76%
B = 38.13%

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

#ADABD4 (or 0xADABD4) is known color: Wistful. HEX triplet: AD, AB and D4. RGB value is (173,171,212). Sum of RGB (Red+Green+Blue) = 173+171+212=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADABD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD4 is #52542B. Grayscale: #B0B0B0. Windows color (decimal): -5395500 or 13937581. OLE color: 13937581.

HSL color Cylindrical-coordinate representation of color #ADABD4: hue angle of 242.93º degrees, saturation: 0.32, 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 #ADABD4 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 171 212 -
CMYK 0.18 0.19 0 0.17
HSL 242.93º 0.32% 0.75% -
HSV(B) 242.93º 0.19% 0.83% -
XYZ 43.68 42.76 68.24 -
YUV 176.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 173 171 212 0.18 0.19 0 0.17 242.93 0.32 0.75
Hex AD AB D4 12 13 0 11 F3 20 4B
Octal 255 253 324 22 23 0 21 363 40 113
Binary 10101101 10101011 11010100 10010 10011 0 10001 11110011 100000 1001011

Color Harmonies of #ADABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABD4

Black with #ADABD4

Text Example


Text Example

White with #ADABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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