#AEDDDA

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

Shades of Scandal #AEDDDA

Tints of Scandal #AEDDDA

Color information

#AEDDDA (or 0xAEDDDA) is unknown color: approx Scandal. HEX triplet: AE, DD and DA. RGB value is (174,221,218). Sum of RGB (Red+Green+Blue) = 174+221+218=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDA is #512225. Grayscale: #CECECE. Windows color (decimal): -5317158 or 14343598. OLE color: 14343598.

HSL color Cylindrical-coordinate representation of color #AEDDDA: hue angle of 176.17º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDDA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB174221218-
CMYK0.2100.010.13
HSL176.17º40.87%77.45%-
HSV(B)176.17º21.27%86.67%-
XYZ55.9765.7776.08-
YUV206.6134.43104.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=28.38%
G=36.05%
B=35.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212180.2100.010.13176.1740.8777.45
HexAEDDDA1501Db0294d
Octal25633533225011526051115
Binary10101110110111011101101010101011101101100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDDA; }

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

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

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

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

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

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

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

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