Html Css Color HEX #ADABCF Wistful

📋 copy color: '#ADABCF'

red 173 ◦ green 171 ◦ blue 207

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

Shades of Wistful #ADABCF

Tints of Wistful #ADABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 31.4%
G = 31.03%
B = 37.57%

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

#ADABCF (or 0xADABCF) is known color: Wistful. HEX triplet: AD, AB and CF. RGB value is (173,171,207). Sum of RGB (Red+Green+Blue) = 173+171+207=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCF is #525430. Grayscale: #AFAFAF. Windows color (decimal): -5395505 or 13609901. OLE color: 13609901.

HSL color Cylindrical-coordinate representation of color #ADABCF: hue angle of 243.33º degrees, saturation: 0.27, 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 #ADABCF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 171 207 -
CMYK 0.16 0.17 0 0.19
HSL 243.33º 0.27% 0.74% -
HSV(B) 243.33º 0.17% 0.81% -
XYZ 43.06 42.52 64.97 -
YUV 175.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 173 171 207 0.16 0.17 0 0.19 243.33 0.27 0.74
Hex AD AB CF 10 11 0 13 F3 1B 4A
Octal 255 253 317 20 21 0 23 363 33 112
Binary 10101101 10101011 11001111 10000 10001 0 10011 11110011 11011 1001010

Color Harmonies of #ADABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABCF

Black with #ADABCF

Text Example


Text Example

White with #ADABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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