#AED0CA

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

Shades of Scandal #AED0CA

Tints of Scandal #AED0CA

Color information

#AED0CA (or 0xAED0CA) is unknown color: approx Scandal. HEX triplet: AE, D0 and CA. RGB value is (174,208,202). Sum of RGB (Red+Green+Blue) = 174+208+202=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0CA is #512F35. Grayscale: #C5C5C5. Windows color (decimal): -5320502 or 13291694. OLE color: 13291694.

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

Color convert

RGB174208202-
CMYK0.1600.030.18
HSL169.41º26.56%74.9%-
HSV(B)169.41º16.35%81.57%-
XYZ50.6758.3764.47-
YUV197.15130.74111.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=29.79%
G=35.62%
B=34.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742082020.1600.030.18169.4126.5674.9
HexAED0CA100312a91b4b
Octal25632031220032225133113
Binary101011101101000011001010100000111001010101001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0CA; }

 p { color: rgb(174,208,202); }

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

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

 a { background-color: rgb(174,208,202); }

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

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

 span { border-color: rgb(174,208,202); }

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