Html Css Color HEX #ADA8D2 Wistful

📋 copy color: '#ADA8D2'

red 173 ◦ green 168 ◦ blue 210

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

Shades of Wistful #ADA8D2

Tints of Wistful #ADA8D2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.49%

 BLUE value IS 210 (82.42% from 255) = 38.11%

R = 31.4%
G = 30.49%
B = 38.11%

CMYK

 C value IS 0.18

 M value IS 0.2

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADA8D2 (or 0xADA8D2) is known color: Wistful. HEX triplet: AD, A8 and D2. RGB value is (173,168,210). Sum of RGB (Red+Green+Blue) = 173+168+210=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADA8D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8D2 is #52572D. Grayscale: #AEAEAE. Windows color (decimal): -5396270 or 13805741. OLE color: 13805741.

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

Color convert

RGB 173 168 210 -
CMYK 0.18 0.2 0 0.18
HSL 247.14º 0.32% 0.74% -
HSV(B) 247.14º 0.2% 0.82% -
XYZ 42.87 41.54 66.73 -
YUV 174.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 173 168 210 0.18 0.2 0 0.18 247.14 0.32 0.74
Hex AD A8 D2 12 14 0 12 F7 20 4A
Octal 255 250 322 22 24 0 22 367 40 112
Binary 10101101 10101000 11010010 10010 10100 0 10010 11110111 100000 1001010

Color Harmonies of #ADA8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8D2

Black with #ADA8D2

Text Example


Text Example

White with #ADA8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8D2; }

 p { color: rgb(173,168,210); }

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

background-color css

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

 a { background-color: rgb(173,168,210); }

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

border-color css

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

 span { border-color: rgb(173,168,210); }

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