Html Css Color HEX #ADABCC Wistful

📋 copy color: '#ADABCC'

red 173 ◦ green 171 ◦ blue 204

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

Shades of Wistful #ADABCC

Tints of Wistful #ADABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.2%

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

R = 31.57%
G = 31.2%
B = 37.23%

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

#ADABCC (or 0xADABCC) is known color: Wistful. HEX triplet: AD, AB and CC. RGB value is (173,171,204). Sum of RGB (Red+Green+Blue) = 173+171+204=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCC is #525433. Grayscale: #AFAFAF. Windows color (decimal): -5395508 or 13413293. OLE color: 13413293.

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

Color convert

RGB 173 171 204 -
CMYK 0.15 0.16 0 0.2
HSL 243.64º 0.24% 0.74% -
HSV(B) 243.64º 0.16% 0.8% -
XYZ 42.7 42.37 63.05 -
YUV 175.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 173 171 204 0.15 0.16 0 0.2 243.64 0.24 0.74
Hex AD AB CC F 10 0 14 F4 18 4A
Octal 255 253 314 17 20 0 24 364 30 112
Binary 10101101 10101011 11001100 1111 10000 0 10100 11110100 11000 1001010

Color Harmonies of #ADABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABCC

Black with #ADABCC

Text Example


Text Example

White with #ADABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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