#AEDDD8

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

Shades of Scandal #AEDDD8

Tints of Scandal #AEDDD8

Color information

#AEDDD8 (or 0xAEDDD8) is unknown color: approx Scandal. HEX triplet: AE, DD and D8. RGB value is (174,221,216). Sum of RGB (Red+Green+Blue) = 174+221+216=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD8 is #512227. Grayscale: #CECECE. Windows color (decimal): -5317160 or 14212526. OLE color: 14212526.

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

Color convert

RGB174221216-
CMYK0.2100.020.13
HSL173.62º40.87%77.45%-
HSV(B)173.62º21.27%86.67%-
XYZ55.7165.6774.71-
YUV206.38133.43104.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=28.48%
G=36.17%
B=35.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212160.2100.020.13173.6240.8777.45
HexAEDDD81502Dae294d
Octal25633533025021525651115
Binary101011101101110111011000101010101101101011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDD8; }

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

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

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

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

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

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

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

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