#AEE0DC

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

Shades of Scandal #AEE0DC

Tints of Scandal #AEE0DC

Color information

#AEE0DC (or 0xAEE0DC) is unknown color: approx Scandal. HEX triplet: AE, E0 and DC. RGB value is (174,224,220). Sum of RGB (Red+Green+Blue) = 174+224+220=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0DC is #511F23. Grayscale: #D0D0D0. Windows color (decimal): -5316388 or 14475438. OLE color: 14475438.

HSL color Cylindrical-coordinate representation of color #AEE0DC: hue angle of 175.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0DC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB174224220-
CMYK0.2200.020.12
HSL175.2º44.64%78.04%-
HSV(B)175.2º22.32%87.84%-
XYZ57.0367.4877.73-
YUV208.59134.44103.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=28.16%
G=36.25%
B=35.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742242200.2200.020.12175.244.6478.04
HexAEE0DC1602Caf2d4e
Octal25634033426021425755116
Binary101011101110000011011100101100101100101011111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0DC; }

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

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

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

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

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

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

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

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