Html Css Color HEX #ADACCC Wistful

📋 copy color: '#ADACCC'

red 173 ◦ green 172 ◦ blue 204

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

Shades of Wistful #ADACCC

Tints of Wistful #ADACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 31.51%
G = 31.33%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADACCC (or 0xADACCC) is known color: Wistful. HEX triplet: AD, AC and CC. RGB value is (173,172,204). Sum of RGB (Red+Green+Blue) = 173+172+204=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACCC is #525333. Grayscale: #AFAFAF. Windows color (decimal): -5395252 or 13413549. OLE color: 13413549.

HSL color Cylindrical-coordinate representation of color #ADACCC: hue angle of 241.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADACCC is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 172 204 -
CMYK 0.15 0.16 0 0.2
HSL 241.88º 0.24% 0.74% -
HSV(B) 241.88º 0.16% 0.8% -
XYZ 42.89 42.75 63.12 -
YUV 175.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 173 172 204 0.15 0.16 0 0.2 241.88 0.24 0.74
Hex AD AC CC F 10 0 14 F2 18 4A
Octal 255 254 314 17 20 0 24 362 30 112
Binary 10101101 10101100 11001100 1111 10000 0 10100 11110010 11000 1001010

Color Harmonies of #ADACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACCC

Black with #ADACCC

Text Example


Text Example

White with #ADACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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