#AEDCD7

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

Shades of Scandal #AEDCD7

Tints of Scandal #AEDCD7

Color information

#AEDCD7 (or 0xAEDCD7) is unknown color: approx Scandal. HEX triplet: AE, DC and D7. RGB value is (174,220,215). Sum of RGB (Red+Green+Blue) = 174+220+215=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD7 is #512328. Grayscale: #CDCDCD. Windows color (decimal): -5317417 or 14146734. OLE color: 14146734.

HSL color Cylindrical-coordinate representation of color #AEDCD7: hue angle of 173.48º 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 #AEDCD7 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB174220215-
CMYK0.2100.020.14
HSL173.48º39.66%77.25%-
HSV(B)173.48º20.91%86.27%-
XYZ55.3165.0973.94-
YUV205.68133.26105.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=28.57%
G=36.12%
B=35.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202150.2100.020.14173.4839.6677.25
HexAEDCD71502Ead284d
Octal25633432725021625550115
Binary101011101101110011010111101010101110101011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCD7; }

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

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

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

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

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

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

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

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