Html Css Color HEX #ADA8CF Wistful

📋 copy color: '#ADA8CF'

red 173 ◦ green 168 ◦ blue 207

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

Shades of Wistful #ADA8CF

Tints of Wistful #ADA8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 31.57%
G = 30.66%
B = 37.77%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADA8CF (or 0xADA8CF) is known color: Wistful. HEX triplet: AD, A8 and CF. RGB value is (173,168,207). Sum of RGB (Red+Green+Blue) = 173+168+207=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CF is #525730. Grayscale: #ADADAD. Windows color (decimal): -5396273 or 13609133. OLE color: 13609133.

HSL color Cylindrical-coordinate representation of color #ADA8CF: hue angle of 247.69º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA8CF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 168 207 -
CMYK 0.16 0.19 0 0.19
HSL 247.69º 0.29% 0.74% -
HSV(B) 247.69º 0.19% 0.81% -
XYZ 42.5 41.39 64.78 -
YUV 173.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 173 168 207 0.16 0.19 0 0.19 247.69 0.29 0.74
Hex AD A8 CF 10 13 0 13 F8 1D 4A
Octal 255 250 317 20 23 0 23 370 35 112
Binary 10101101 10101000 11001111 10000 10011 0 10011 11111000 11101 1001010

Color Harmonies of #ADA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8CF

Black with #ADA8CF

Text Example


Text Example

White with #ADA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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