Html Css Color HEX #ADA6CB Wistful

📋 copy color: '#ADA6CB'

red 173 ◦ green 166 ◦ blue 203

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

Shades of Wistful #ADA6CB

Tints of Wistful #ADA6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 31.92%
G = 30.63%
B = 37.45%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADA6CB (or 0xADA6CB) is known color: Wistful. HEX triplet: AD, A6 and CB. RGB value is (173,166,203). Sum of RGB (Red+Green+Blue) = 173+166+203=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6CB is #525934. Grayscale: #ACACAC. Windows color (decimal): -5396789 or 13346477. OLE color: 13346477.

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

Color convert

RGB 173 166 203 -
CMYK 0.15 0.18 0 0.20
HSL 251.35º 0.26% 0.72% -
HSV(B) 251.35º 0.18% 0.8% -
XYZ 41.65 40.47 62.12 -
YUV 172.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 173 166 203 0.15 0.18 0 0.20 251.35 0.26 0.72
Hex AD A6 CB F 12 0 14 FB 1A 48
Octal 255 246 313 17 22 0 24 373 32 110
Binary 10101101 10100110 11001011 1111 10010 0 10100 11111011 11010 1001000

Color Harmonies of #ADA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6CB

Black with #ADA6CB

Text Example


Text Example

White with #ADA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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