#AED3CD

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

Shades of Scandal #AED3CD

Tints of Scandal #AED3CD

Color information

#AED3CD (or 0xAED3CD) is unknown color: approx Scandal. HEX triplet: AE, D3 and CD. RGB value is (174,211,205). Sum of RGB (Red+Green+Blue) = 174+211+205=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3CD is #512C32. Grayscale: #C7C7C7. Windows color (decimal): -5319731 or 13489070. OLE color: 13489070.

HSL color Cylindrical-coordinate representation of color #AED3CD: hue angle of 170.27º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED3CD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB174211205-
CMYK0.1800.030.17
HSL170.27º29.6%75.49%-
HSV(B)170.27º17.54%82.75%-
XYZ51.7759.9966.61-
YUV199.25131.24109.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 211 (82.81% from 255) = 35.76%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=29.49%
G=35.76%
B=34.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742112050.1800.030.17170.2729.675.49
HexAED3CD120311aa1e4b
Octal25632331522032125236113
Binary101011101101001111001101100100111000110101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3CD; }

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

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

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

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

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

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

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

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