#AED1C9

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

Shades of Scandal #AED1C9

Tints of Scandal #AED1C9

Color information

#AED1C9 (or 0xAED1C9) is unknown color: approx Scandal. HEX triplet: AE, D1 and C9. RGB value is (174,209,201). Sum of RGB (Red+Green+Blue) = 174+209+201=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1C9 is #512E36. Grayscale: #C5C5C5. Windows color (decimal): -5320247 or 13226414. OLE color: 13226414.

HSL color Cylindrical-coordinate representation of color #AED1C9: hue angle of 166.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED1C9 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB174209201-
CMYK0.1700.040.18
HSL166.29º27.56%75.1%-
HSV(B)166.29º16.75%81.96%-
XYZ50.858.8263.93-
YUV197.62129.9111.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 201 (78.91% from 255) = 34.42%
R=29.79%
G=35.79%
B=34.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742092010.1700.040.18166.2927.5675.1
HexAED1C9110412a61c4b
Octal25632131121042224634113
Binary1010111011010001110010011000101001001010100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1C9; }

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

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

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

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

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

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

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

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