#AED3CC

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

Shades of Scandal #AED3CC

Tints of Scandal #AED3CC

Color information

#AED3CC (or 0xAED3CC) is unknown color: approx Scandal. HEX triplet: AE, D3 and CC. RGB value is (174,211,204). Sum of RGB (Red+Green+Blue) = 174+211+204=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3CC is #512C33. Grayscale: #C7C7C7. Windows color (decimal): -5319732 or 13423534. OLE color: 13423534.

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

Color convert

RGB174211204-
CMYK0.1800.030.17
HSL168.65º29.6%75.49%-
HSV(B)168.65º17.54%82.75%-
XYZ51.6559.9565.98-
YUV199.14130.74110.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=29.54%
G=35.82%
B=34.63%

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
Decimal1742112040.1800.030.17168.6529.675.49
HexAED3CC120311a91e4b
Octal25632331422032125136113
Binary101011101101001111001100100100111000110101001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3CC; }

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

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

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

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

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

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

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

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