Html Css Color HEX #ADA6CE Wistful

📋 copy color: '#ADA6CE'

red 173 ◦ green 166 ◦ blue 206

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

Shades of Wistful #ADA6CE

Tints of Wistful #ADA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.46%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 31.74%
G = 30.46%
B = 37.8%

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

#ADA6CE (or 0xADA6CE) is known color: Wistful. HEX triplet: AD, A6 and CE. RGB value is (173,166,206). Sum of RGB (Red+Green+Blue) = 173+166+206=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6CE is #525931. Grayscale: #ACACAC. Windows color (decimal): -5396786 or 13543085. OLE color: 13543085.

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

Color convert

RGB 173 166 206 -
CMYK 0.16 0.19 0 0.19
HSL 250.5º 0.29% 0.73% -
HSV(B) 250.5º 0.19% 0.81% -
XYZ 42.01 40.61 64.02 -
YUV 172.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 173 166 206 0.16 0.19 0 0.19 250.5 0.29 0.73
Hex AD A6 CE 10 13 0 13 FB 1D 49
Octal 255 246 316 20 23 0 23 373 35 111
Binary 10101101 10100110 11001110 10000 10011 0 10011 11111011 11101 1001001

Color Harmonies of #ADA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6CE

Black with #ADA6CE

Text Example


Text Example

White with #ADA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6CE; }

 p { color: rgb(173,166,206); }

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

background-color css

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

 a { background-color: rgb(173,166,206); }

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

border-color css

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

 span { border-color: rgb(173,166,206); }

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