#AEDCD1

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

Shades of Scandal #AEDCD1

Tints of Scandal #AEDCD1

Color information

#AEDCD1 (or 0xAEDCD1) is unknown color: approx Scandal. HEX triplet: AE, DC and D1. RGB value is (174,220,209). Sum of RGB (Red+Green+Blue) = 174+220+209=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCD1 is #51232E. Grayscale: #CCCCCC. Windows color (decimal): -5317423 or 13753518. OLE color: 13753518.

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

Color convert

RGB174220209-
CMYK0.2100.050.14
HSL165.65º39.66%77.25%-
HSV(B)165.65º20.91%86.27%-
XYZ54.5664.7969.95-
YUV204.99130.26105.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 220 (86.33% from 255) = 36.48%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=28.86%
G=36.48%
B=34.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742202090.2100.050.14165.6539.6677.25
HexAEDCD11505Ea6284d
Octal25633432125051624650115
Binary1010111011011100110100011010101011110101001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCD1; }

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

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

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

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

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

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

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

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