#AED6CD

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

Shades of Scandal #AED6CD

Tints of Scandal #AED6CD

Color information

#AED6CD (or 0xAED6CD) is unknown color: approx Scandal. HEX triplet: AE, D6 and CD. RGB value is (174,214,205). Sum of RGB (Red+Green+Blue) = 174+214+205=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6CD is #512932. Grayscale: #C9C9C9. Windows color (decimal): -5318963 or 13489838. OLE color: 13489838.

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

Color convert

RGB174214205-
CMYK0.1900.040.16
HSL166.5º32.79%76.08%-
HSV(B)166.5º18.69%83.92%-
XYZ52.5261.566.86-
YUV201.01130.25108.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=29.34%
G=36.09%
B=34.57%

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
Decimal1742142050.1900.040.16166.532.7976.08
HexAED6CD130410a6214c
Octal25632631523042024641114
Binary10101110110101101100110110011010010000101001101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6CD; }

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

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

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

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

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

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

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

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