Html Css Color HEX #ADAED3 Wistful

📋 copy color: '#ADAED3'

red 173 ◦ green 174 ◦ blue 211

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

Shades of Wistful #ADAED3

Tints of Wistful #ADAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.81%

R = 31%
G = 31.18%
B = 37.81%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADAED3 (or 0xADAED3) is known color: Wistful. HEX triplet: AD, AE and D3. RGB value is (173,174,211). Sum of RGB (Red+Green+Blue) = 173+174+211=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADAED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAED3 is #52512C. Grayscale: #B1B1B1. Windows color (decimal): -5394733 or 13872813. OLE color: 13872813.

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

Color convert

RGB 173 174 211 -
CMYK 0.18 0.18 0 0.17
HSL 238.42º 0.3% 0.75% -
HSV(B) 238.42º 0.18% 0.83% -
XYZ 44.13 43.86 67.77 -
YUV 177.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 173 174 211 0.18 0.18 0 0.17 238.42 0.3 0.75
Hex AD AE D3 12 12 0 11 EE 1E 4B
Octal 255 256 323 22 22 0 21 356 36 113
Binary 10101101 10101110 11010011 10010 10010 0 10001 11101110 11110 1001011

Color Harmonies of #ADAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAED3

Black with #ADAED3

Text Example


Text Example

White with #ADAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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