Html Css Color HEX #ADABCE Wistful

📋 copy color: '#ADABCE'

red 173 ◦ green 171 ◦ blue 206

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

Shades of Wistful #ADABCE

Tints of Wistful #ADABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 31.45%
G = 31.09%
B = 37.45%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADABCE (or 0xADABCE) is known color: Wistful. HEX triplet: AD, AB and CE. RGB value is (173,171,206). Sum of RGB (Red+Green+Blue) = 173+171+206=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCE is #525431. Grayscale: #AFAFAF. Windows color (decimal): -5395506 or 13544365. OLE color: 13544365.

HSL color Cylindrical-coordinate representation of color #ADABCE: hue angle of 243.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADABCE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 171 206 -
CMYK 0.16 0.17 0 0.19
HSL 243.43º 0.26% 0.74% -
HSV(B) 243.43º 0.17% 0.81% -
XYZ 42.94 42.47 64.33 -
YUV 175.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 173 171 206 0.16 0.17 0 0.19 243.43 0.26 0.74
Hex AD AB CE 10 11 0 13 F3 1A 4A
Octal 255 253 316 20 21 0 23 363 32 112
Binary 10101101 10101011 11001110 10000 10001 0 10011 11110011 11010 1001010

Color Harmonies of #ADABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABCE

Black with #ADABCE

Text Example


Text Example

White with #ADABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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