Html Css Color HEX #ADACD7 Wistful

📋 copy color: '#ADACD7'

red 173 ◦ green 172 ◦ blue 215

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

Shades of Wistful #ADACD7

Tints of Wistful #ADACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.39%

R = 30.89%
G = 30.71%
B = 38.39%

CMYK

 C value IS 0.20

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADACD7 (or 0xADACD7) is known color: Wistful. HEX triplet: AD, AC and D7. RGB value is (173,172,215). Sum of RGB (Red+Green+Blue) = 173+172+215=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD7 is #525328. Grayscale: #B1B1B1. Windows color (decimal): -5395241 or 14134445. OLE color: 14134445.

HSL color Cylindrical-coordinate representation of color #ADACD7: hue angle of 241.4º degrees, saturation: 0.35, 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 #ADACD7 is Cyan = 0.20, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 172 215 -
CMYK 0.20 0.2 0 0.16
HSL 241.4º 0.35% 0.76% -
HSV(B) 241.4º 0.2% 0.84% -
XYZ 44.25 43.3 70.31 -
YUV 177.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 173 172 215 0.20 0.2 0 0.16 241.4 0.35 0.76
Hex AD AC D7 14 14 0 10 F1 23 4C
Octal 255 254 327 24 24 0 20 361 43 114
Binary 10101101 10101100 11010111 10100 10100 0 10000 11110001 100011 1001100

Color Harmonies of #ADACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACD7

Black with #ADACD7

Text Example


Text Example

White with #ADACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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