#AED4CD

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

Shades of Scandal #AED4CD

Tints of Scandal #AED4CD

Color information

#AED4CD (or 0xAED4CD) is unknown color: approx Scandal. HEX triplet: AE, D4 and CD. RGB value is (174,212,205). Sum of RGB (Red+Green+Blue) = 174+212+205=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4CD is #512B32. Grayscale: #C7C7C7. Windows color (decimal): -5319475 or 13489326. OLE color: 13489326.

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

Color convert

RGB174212205-
CMYK0.1800.030.17
HSL168.95º30.65%75.69%-
HSV(B)168.95º17.92%83.14%-
XYZ52.0260.4966.69-
YUV199.84130.91109.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=29.44%
G=35.87%
B=34.69%

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
Decimal1742122050.1800.030.17168.9530.6575.69
HexAED4CD120311a91f4c
Octal25632431522032125137114
Binary101011101101010011001101100100111000110101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4CD; }

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

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

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

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

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

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

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

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