#AEDCD5

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

Shades of Scandal #AEDCD5

Tints of Scandal #AEDCD5

Color information

#AEDCD5 (or 0xAEDCD5) is unknown color: approx Scandal. HEX triplet: AE, DC and D5. RGB value is (174,220,213). Sum of RGB (Red+Green+Blue) = 174+220+213=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD5 is #51232A. Grayscale: #CDCDCD. Windows color (decimal): -5317419 or 14015662. OLE color: 14015662.

HSL color Cylindrical-coordinate representation of color #AEDCD5: hue angle of 170.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCD5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB174220213-
CMYK0.2100.030.14
HSL170.87º39.66%77.25%-
HSV(B)170.87º20.91%86.27%-
XYZ55.0664.9972.59-
YUV205.45132.26105.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=28.67%
G=36.24%
B=35.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202130.2100.030.14170.8739.6677.25
HexAEDCD51503Eab284d
Octal25633432525031625350115
Binary101011101101110011010101101010111110101010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCD5; }

 p { color: rgb(174,220,213); }

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

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

 a { background-color: rgb(174,220,213); }

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

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

 span { border-color: rgb(174,220,213); }

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