#AED3CE

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

Shades of Scandal #AED3CE

Tints of Scandal #AED3CE

Color information

#AED3CE (or 0xAED3CE) is unknown color: approx Scandal. HEX triplet: AE, D3 and CE. RGB value is (174,211,206). Sum of RGB (Red+Green+Blue) = 174+211+206=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3CE is #512C31. Grayscale: #C7C7C7. Windows color (decimal): -5319730 or 13554606. OLE color: 13554606.

HSL color Cylindrical-coordinate representation of color #AED3CE: hue angle of 171.89º 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 #AED3CE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB174211206-
CMYK0.1800.020.17
HSL171.89º29.6%75.49%-
HSV(B)171.89º17.54%82.75%-
XYZ51.8960.0467.25-
YUV199.37131.74109.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=29.44%
G=35.70%
B=34.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742112060.1800.020.17171.8929.675.49
HexAED3CE120211ac1e4b
Octal25632331622022125436113
Binary101011101101001111001110100100101000110101100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3CE; }

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

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

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

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

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

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

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

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