Html Css Color HEX #ADAED2 Wistful

📋 copy color: '#ADAED2'

red 173 ◦ green 174 ◦ blue 210

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

Shades of Wistful #ADAED2

Tints of Wistful #ADAED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.24%

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 31.06%
G = 31.24%
B = 37.7%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADAED2 (or 0xADAED2) is known color: Wistful. HEX triplet: AD, AE and D2. RGB value is (173,174,210). Sum of RGB (Red+Green+Blue) = 173+174+210=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADAED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED2 is #52512D. Grayscale: #B1B1B1. Windows color (decimal): -5394734 or 13807277. OLE color: 13807277.

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

Color convert

RGB 173 174 210 -
CMYK 0.18 0.17 0 0.18
HSL 238.38º 0.29% 0.75% -
HSV(B) 238.38º 0.18% 0.82% -
XYZ 44 43.81 67.11 -
YUV 177.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 173 174 210 0.18 0.17 0 0.18 238.38 0.29 0.75
Hex AD AE D2 12 11 0 12 EE 1D 4B
Octal 255 256 322 22 21 0 22 356 35 113
Binary 10101101 10101110 11010010 10010 10001 0 10010 11101110 11101 1001011

Color Harmonies of #ADAED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAED2

Black with #ADAED2

Text Example


Text Example

White with #ADAED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAED2; }

 p { color: rgb(173,174,210); }

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

background-color css

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

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

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

border-color css

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

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

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