#AED7CD

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

Shades of Scandal #AED7CD

Tints of Scandal #AED7CD

Color information

#AED7CD (or 0xAED7CD) is unknown color: approx Scandal. HEX triplet: AE, D7 and CD. RGB value is (174,215,205). Sum of RGB (Red+Green+Blue) = 174+215+205=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7CD is #512832. Grayscale: #C9C9C9. Windows color (decimal): -5318707 or 13490094. OLE color: 13490094.

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

Color convert

RGB174215205-
CMYK0.1900.050.16
HSL165.37º33.88%76.27%-
HSV(B)165.37º19.07%84.31%-
XYZ52.7862.0166.94-
YUV201.6129.92108.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=29.29%
G=36.20%
B=34.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742152050.1900.050.16165.3733.8876.27
HexAED7CD130510a5224c
Octal25632731523052024542114
Binary10101110110101111100110110011010110000101001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7CD; }

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

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

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

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

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

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

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

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