Html Css Color HEX #ADACD8 Wistful

📋 copy color: '#ADACD8'

red 173 ◦ green 172 ◦ blue 216

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

Shades of Wistful #ADACD8

Tints of Wistful #ADACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 30.84%
G = 30.66%
B = 38.5%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADACD8 (or 0xADACD8) is known color: Wistful. HEX triplet: AD, AC and D8. RGB value is (173,172,216). Sum of RGB (Red+Green+Blue) = 173+172+216=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD8 is #525327. Grayscale: #B1B1B1. Windows color (decimal): -5395240 or 14199981. OLE color: 14199981.

HSL color Cylindrical-coordinate representation of color #ADACD8: hue angle of 241.36º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADACD8 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 172 216 -
CMYK 0.20 0.20 0 0.15
HSL 241.36º 0.36% 0.76% -
HSV(B) 241.36º 0.2% 0.85% -
XYZ 44.38 43.35 70.99 -
YUV 177.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 173 172 216 0.20 0.20 0 0.15 241.36 0.36 0.76
Hex AD AC D8 14 14 0 F F1 24 4C
Octal 255 254 330 24 24 0 17 361 44 114
Binary 10101101 10101100 11011000 10100 10100 0 1111 11110001 100100 1001100

Color Harmonies of #ADACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACD8

Black with #ADACD8

Text Example


Text Example

White with #ADACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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