#AED8CD

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

Shades of Scandal #AED8CD

Tints of Scandal #AED8CD

Color information

#AED8CD (or 0xAED8CD) is unknown color: approx Scandal. HEX triplet: AE, D8 and CD. RGB value is (174,216,205). Sum of RGB (Red+Green+Blue) = 174+216+205=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8CD is #512732. Grayscale: #CACACA. Windows color (decimal): -5318451 or 13490350. OLE color: 13490350.

HSL color Cylindrical-coordinate representation of color #AED8CD: hue angle of 164.29º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8CD is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB174216205-
CMYK0.1900.050.15
HSL164.29º35%76.47%-
HSV(B)164.29º19.44%84.71%-
XYZ53.0362.5267.03-
YUV202.19129.59107.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=29.24%
G=36.30%
B=34.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742162050.1900.050.15164.293576.47
HexAED8CD1305Fa4234c
Octal25633031523051724443114
Binary1010111011011000110011011001101011111101001001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8CD; }

 p { color: rgb(174,216,205); }

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

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

 a { background-color: rgb(174,216,205); }

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

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

 span { border-color: rgb(174,216,205); }

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