Html Css Color HEX #ADACD6 Wistful

📋 copy color: '#ADACD6'

red 173 ◦ green 172 ◦ blue 214

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

Shades of Wistful #ADACD6

Tints of Wistful #ADACD6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.77%

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 30.95%
G = 30.77%
B = 38.28%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADACD6 (or 0xADACD6) is known color: Wistful. HEX triplet: AD, AC and D6. RGB value is (173,172,214). Sum of RGB (Red+Green+Blue) = 173+172+214=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD6 is #525329. Grayscale: #B0B0B0. Windows color (decimal): -5395242 or 14068909. OLE color: 14068909.

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

Color convert

RGB 173 172 214 -
CMYK 0.19 0.20 0 0.16
HSL 241.43º 0.34% 0.76% -
HSV(B) 241.43º 0.2% 0.84% -
XYZ 44.12 43.24 69.64 -
YUV 177.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 173 172 214 0.19 0.20 0 0.16 241.43 0.34 0.76
Hex AD AC D6 13 14 0 10 F1 22 4C
Octal 255 254 326 23 24 0 20 361 42 114
Binary 10101101 10101100 11010110 10011 10100 0 10000 11110001 100010 1001100

Color Harmonies of #ADACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACD6

Black with #ADACD6

Text Example


Text Example

White with #ADACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACD6; }

 p { color: rgb(173,172,214); }

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

background-color css

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

 a { background-color: rgb(173,172,214); }

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

border-color css

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

 span { border-color: rgb(173,172,214); }

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