#AEDDD3

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

Shades of Scandal #AEDDD3

Tints of Scandal #AEDDD3

Color information

#AEDDD3 (or 0xAEDDD3) is unknown color: approx Scandal. HEX triplet: AE, DD and D3. RGB value is (174,221,211). Sum of RGB (Red+Green+Blue) = 174+221+211=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD3 is #51222C. Grayscale: #CDCDCD. Windows color (decimal): -5317165 or 13884846. OLE color: 13884846.

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

Color convert

RGB174221211-
CMYK0.2100.050.13
HSL167.23º40.87%77.45%-
HSV(B)167.23º21.27%86.67%-
XYZ55.0765.4171.35-
YUV205.81130.93105.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 211 (82.81% from 255) = 34.82%
R=28.71%
G=36.47%
B=34.82%

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
Decimal1742212110.2100.050.13167.2340.8777.45
HexAEDDD31505Da7294d
Octal25633532325051524751115
Binary1010111011011101110100111010101011101101001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDD3; }

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

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

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

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

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

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

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

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