Html Css Color HEX #ADA4CE Wistful

📋 copy color: '#ADA4CE'

red 173 ◦ green 164 ◦ blue 206

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

Shades of Wistful #ADA4CE

Tints of Wistful #ADA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.2%

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

R = 31.86%
G = 30.2%
B = 37.94%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADA4CE (or 0xADA4CE) is known color: Wistful. HEX triplet: AD, A4 and CE. RGB value is (173,164,206). Sum of RGB (Red+Green+Blue) = 173+164+206=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4CE is #525B31. Grayscale: #ABABAB. Windows color (decimal): -5397298 or 13542573. OLE color: 13542573.

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

Color convert

RGB 173 164 206 -
CMYK 0.16 0.20 0 0.19
HSL 252.86º 0.3% 0.73% -
HSV(B) 252.86º 0.2% 0.81% -
XYZ 41.65 39.89 63.9 -
YUV 171.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 173 164 206 0.16 0.20 0 0.19 252.86 0.3 0.73
Hex AD A4 CE 10 14 0 13 FD 1E 49
Octal 255 244 316 20 24 0 23 375 36 111
Binary 10101101 10100100 11001110 10000 10100 0 10011 11111101 11110 1001001

Color Harmonies of #ADA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA4CE

Black with #ADA4CE

Text Example


Text Example

White with #ADA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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