#AED7CF

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

Shades of Scandal #AED7CF

Tints of Scandal #AED7CF

Color information

#AED7CF (or 0xAED7CF) is unknown color: approx Scandal. HEX triplet: AE, D7 and CF. RGB value is (174,215,207). Sum of RGB (Red+Green+Blue) = 174+215+207=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7CF is #512830. Grayscale: #C9C9C9. Windows color (decimal): -5318705 or 13621166. OLE color: 13621166.

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

Color convert

RGB174215207-
CMYK0.1900.040.16
HSL168.29º33.88%76.27%-
HSV(B)168.29º19.07%84.31%-
XYZ53.0262.168.22-
YUV201.83130.92108.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=29.19%
G=36.07%
B=34.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742152070.1900.040.16168.2933.8876.27
HexAED7CF130410a8224c
Octal25632731723042025042114
Binary10101110110101111100111110011010010000101010001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7CF; }

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

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

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

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

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

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

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

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