Html Css Color HEX #ADA7CE Wistful

📋 copy color: '#ADA7CE'

red 173 ◦ green 167 ◦ blue 206

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

Shades of Wistful #ADA7CE

Tints of Wistful #ADA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.59%

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

R = 31.68%
G = 30.59%
B = 37.73%

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

#ADA7CE (or 0xADA7CE) is known color: Wistful. HEX triplet: AD, A7 and CE. RGB value is (173,167,206). Sum of RGB (Red+Green+Blue) = 173+167+206=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7CE is #525831. Grayscale: #ADADAD. Windows color (decimal): -5396530 or 13543341. OLE color: 13543341.

HSL color Cylindrical-coordinate representation of color #ADA7CE: hue angle of 249.23º degrees, saturation: 0.28, 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 #ADA7CE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 167 206 -
CMYK 0.16 0.19 0 0.19
HSL 249.23º 0.28% 0.73% -
HSV(B) 249.23º 0.19% 0.81% -
XYZ 42.19 40.98 64.08 -
YUV 173.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 173 167 206 0.16 0.19 0 0.19 249.23 0.28 0.73
Hex AD A7 CE 10 13 0 13 F9 1C 49
Octal 255 247 316 20 23 0 23 371 34 111
Binary 10101101 10100111 11001110 10000 10011 0 10011 11111001 11100 1001001

Color Harmonies of #ADA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA7CE

Black with #ADA7CE

Text Example


Text Example

White with #ADA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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