Html Css Color HEX #ADADD0 Wistful

📋 copy color: '#ADADD0'

red 173 ◦ green 173 ◦ blue 208

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

Shades of Wistful #ADADD0

Tints of Wistful #ADADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 31.23%
G = 31.23%
B = 37.55%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADADD0 (or 0xADADD0) is known color: Wistful. HEX triplet: AD, AD and D0. RGB value is (173,173,208). Sum of RGB (Red+Green+Blue) = 173+173+208=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD0 is #52522F. Grayscale: #B0B0B0. Windows color (decimal): -5394992 or 13675949. OLE color: 13675949.

HSL color Cylindrical-coordinate representation of color #ADADD0: hue angle of 240º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADADD0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 173 208 -
CMYK 0.17 0.17 0 0.18
HSL 240º 0.27% 0.75% -
HSV(B) 240º 0.17% 0.82% -
XYZ 43.56 43.33 65.74 -
YUV 176.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 173 173 208 0.17 0.17 0 0.18 240 0.27 0.75
Hex AD AD D0 11 11 0 12 F0 1B 4B
Octal 255 255 320 21 21 0 22 360 33 113
Binary 10101101 10101101 11010000 10001 10001 0 10010 11110000 11011 1001011

Color Harmonies of #ADADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADD0

Black with #ADADD0

Text Example


Text Example

White with #ADADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADD0; }

 p { color: rgb(173,173,208); }

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

background-color css

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

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

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

border-color css

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

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

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