#AEDAD1

Color #AEDAD1 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #AEDAD1

Tints of Scandal #AEDAD1

Color information

#AEDAD1 (or 0xAEDAD1) is unknown color: approx Scandal. HEX triplet: AE, DA and D1. RGB value is (174,218,209). Sum of RGB (Red+Green+Blue) = 174+218+209=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAD1 is #51252E. Grayscale: #CBCBCB. Windows color (decimal): -5317935 or 13753006. OLE color: 13753006.

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

Color convert

RGB174218209-
CMYK0.2000.040.15
HSL167.73º37.29%76.86%-
HSV(B)167.73º20.18%85.49%-
XYZ54.0463.7469.78-
YUV203.82130.92106.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=28.95%
G=36.27%
B=34.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742182090.2000.040.15167.7337.2976.86
HexAEDAD11404Fa8254d
Octal25633232124041725045115
Binary1010111011011010110100011010001001111101010001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAD1; }

 p { color: rgb(174,218,209); }

 H1.HeaderClassName
 {
   color: #AEDAD1;
 }
 .AnyTagClassName
 {
   color: #AEDAD1;
 }
</style>
background-color css

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

 a { background-color: rgb(174,218,209); }

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

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

 span { border-color: rgb(174,218,209); }

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