Html Css Color HEX #ADACC8 Wistful

📋 copy color: '#ADACC8'

red 173 ◦ green 172 ◦ blue 200

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

Shades of Wistful #ADACC8

Tints of Wistful #ADACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.7%

R = 31.74%
G = 31.56%
B = 36.7%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ADACC8 (or 0xADACC8) is known color: Wistful. HEX triplet: AD, AC and C8. RGB value is (173,172,200). Sum of RGB (Red+Green+Blue) = 173+172+200=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC8 is #525337. Grayscale: #AFAFAF. Windows color (decimal): -5395256 or 13151405. OLE color: 13151405.

HSL color Cylindrical-coordinate representation of color #ADACC8: hue angle of 242.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADACC8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 172 200 -
CMYK 0.14 0.14 0 0.22
HSL 242.14º 0.2% 0.73% -
HSV(B) 242.14º 0.14% 0.78% -
XYZ 42.41 42.56 60.62 -
YUV 175.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 173 172 200 0.14 0.14 0 0.22 242.14 0.2 0.73
Hex AD AC C8 E E 0 16 F2 14 49
Octal 255 254 310 16 16 0 26 362 24 111
Binary 10101101 10101100 11001000 1110 1110 0 10110 11110010 10100 1001001

Color Harmonies of #ADACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACC8

Black with #ADACC8

Text Example


Text Example

White with #ADACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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