Html Css Color HEX #ADACD4 Wistful

📋 copy color: '#ADACD4'

red 173 ◦ green 172 ◦ blue 212

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

Shades of Wistful #ADACD4

Tints of Wistful #ADACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 31.06%
G = 30.88%
B = 38.06%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADACD4 (or 0xADACD4) is known color: Wistful. HEX triplet: AD, AC and D4. RGB value is (173,172,212). Sum of RGB (Red+Green+Blue) = 173+172+212=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADACD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD4 is #52532B. Grayscale: #B0B0B0. Windows color (decimal): -5395244 or 13937837. OLE color: 13937837.

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

Color convert

RGB 173 172 212 -
CMYK 0.18 0.19 0 0.17
HSL 241.5º 0.32% 0.75% -
HSV(B) 241.5º 0.19% 0.83% -
XYZ 43.87 43.14 68.3 -
YUV 176.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 173 172 212 0.18 0.19 0 0.17 241.5 0.32 0.75
Hex AD AC D4 12 13 0 11 F2 20 4B
Octal 255 254 324 22 23 0 21 362 40 113
Binary 10101101 10101100 11010100 10010 10011 0 10001 11110010 100000 1001011

Color Harmonies of #ADACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACD4

Black with #ADACD4

Text Example


Text Example

White with #ADACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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