#AED6CC

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

Shades of Scandal #AED6CC

Tints of Scandal #AED6CC

Color information

#AED6CC (or 0xAED6CC) is unknown color: approx Scandal. HEX triplet: AE, D6 and CC. RGB value is (174,214,204). Sum of RGB (Red+Green+Blue) = 174+214+204=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6CC is #512933. Grayscale: #C8C8C8. Windows color (decimal): -5318964 or 13424302. OLE color: 13424302.

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

Color convert

RGB174214204-
CMYK0.1900.050.16
HSL165º32.79%76.08%-
HSV(B)165º18.69%83.92%-
XYZ52.461.4566.23-
YUV200.9129.75108.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=29.39%
G=36.15%
B=34.46%

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
Decimal1742142040.1900.050.1616532.7976.08
HexAED6CC130510a5214c
Octal25632631423052024541114
Binary10101110110101101100110010011010110000101001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6CC; }

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

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

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

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

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

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

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

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