#AED7CC

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

Shades of Scandal #AED7CC

Tints of Scandal #AED7CC

Color information

#AED7CC (or 0xAED7CC) is unknown color: approx Scandal. HEX triplet: AE, D7 and CC. RGB value is (174,215,204). Sum of RGB (Red+Green+Blue) = 174+215+204=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7CC is #512833. Grayscale: #C9C9C9. Windows color (decimal): -5318708 or 13424558. OLE color: 13424558.

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

Color convert

RGB174215204-
CMYK0.1900.050.16
HSL163.9º33.88%76.27%-
HSV(B)163.9º19.07%84.31%-
XYZ52.6661.9666.31-
YUV201.49129.42108.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 215 (84.38% from 255) = 36.26%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=29.34%
G=36.26%
B=34.40%

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
Decimal1742152040.1900.050.16163.933.8876.27
HexAED7CC130510a4224c
Octal25632731423052024442114
Binary10101110110101111100110010011010110000101001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7CC; }

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

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

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

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

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

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

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

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