Html Css Color HEX #AEADCB Wistful

📋 copy color: '#AEADCB'

red 174 ◦ green 173 ◦ blue 203

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

Shades of Wistful #AEADCB

Tints of Wistful #AEADCB

RGB

 RED value IS 174 (68.36% from 255) = 31.64%

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 31.64%
G = 31.45%
B = 36.91%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEADCB (or 0xAEADCB) is known color: Wistful. HEX triplet: AE, AD and CB. RGB value is (174,173,203). Sum of RGB (Red+Green+Blue) = 174+173+203=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADCB is #515234. Grayscale: #B0B0B0. Windows color (decimal): -5329461 or 13348270. OLE color: 13348270.

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

Color convert

RGB 174 173 203 -
CMYK 0.14 0.15 0 0.20
HSL 242º 0.22% 0.74% -
HSV(B) 242º 0.15% 0.8% -
XYZ 43.18 43.2 62.56 -
YUV 176.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 174 173 203 0.14 0.15 0 0.20 242 0.22 0.74
Hex AE AD CB E F 0 14 F2 16 4A
Octal 256 255 313 16 17 0 24 362 26 112
Binary 10101110 10101101 11001011 1110 1111 0 10100 11110010 10110 1001010

Color Harmonies of #AEADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEADCB

Black with #AEADCB

Text Example


Text Example

White with #AEADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEADCB; }

 p { color: rgb(174,173,203); }

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

background-color css

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

 a { background-color: rgb(174,173,203); }

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

border-color css

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

 span { border-color: rgb(174,173,203); }

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