#AEDDD1

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

Shades of Scandal #AEDDD1

Tints of Scandal #AEDDD1

Color information

#AEDDD1 (or 0xAEDDD1) is unknown color: approx Scandal. HEX triplet: AE, DD and D1. RGB value is (174,221,209). Sum of RGB (Red+Green+Blue) = 174+221+209=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD1 is #51222E. Grayscale: #CDCDCD. Windows color (decimal): -5317167 or 13753774. OLE color: 13753774.

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

Color convert

RGB174221209-
CMYK0.2100.050.13
HSL164.68º40.87%77.45%-
HSV(B)164.68º21.27%86.67%-
XYZ54.8265.3270.04-
YUV205.58129.93105.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=28.81%
G=36.59%
B=34.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742212090.2100.050.13164.6840.8777.45
HexAEDDD11505Da5294d
Octal25633532125051524551115
Binary1010111011011101110100011010101011101101001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDD1; }

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

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

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

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

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

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

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

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