Html Css Color HEX #ADA8CC Wistful

📋 copy color: '#ADA8CC'

red 173 ◦ green 168 ◦ blue 204

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

Shades of Wistful #ADA8CC

Tints of Wistful #ADA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 31.74%
G = 30.83%
B = 37.43%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADA8CC (or 0xADA8CC) is known color: Wistful. HEX triplet: AD, A8 and CC. RGB value is (173,168,204). Sum of RGB (Red+Green+Blue) = 173+168+204=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CC is #525733. Grayscale: #ADADAD. Windows color (decimal): -5396276 or 13412525. OLE color: 13412525.

HSL color Cylindrical-coordinate representation of color #ADA8CC: hue angle of 248.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA8CC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 168 204 -
CMYK 0.15 0.18 0 0.2
HSL 248.33º 0.26% 0.73% -
HSV(B) 248.33º 0.18% 0.8% -
XYZ 42.14 41.25 62.87 -
YUV 173.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 173 168 204 0.15 0.18 0 0.2 248.33 0.26 0.73
Hex AD A8 CC F 12 0 14 F8 1A 49
Octal 255 250 314 17 22 0 24 370 32 111
Binary 10101101 10101000 11001100 1111 10010 0 10100 11111000 11010 1001001

Color Harmonies of #ADA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8CC

Black with #ADA8CC

Text Example


Text Example

White with #ADA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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