#AED1CA

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

Shades of Scandal #AED1CA

Tints of Scandal #AED1CA

Color information

#AED1CA (or 0xAED1CA) is unknown color: approx Scandal. HEX triplet: AE, D1 and CA. RGB value is (174,209,202). Sum of RGB (Red+Green+Blue) = 174+209+202=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1CA is #512E35. Grayscale: #C5C5C5. Windows color (decimal): -5320246 or 13291950. OLE color: 13291950.

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

Color convert

RGB174209202-
CMYK0.1700.030.18
HSL168º27.56%75.1%-
HSV(B)168º16.75%81.96%-
XYZ50.9258.8664.56-
YUV197.74130.4111.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 209 (82.03% from 255) = 35.73%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=29.74%
G=35.73%
B=34.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742092020.1700.030.1816827.5675.1
HexAED1CA110312a81c4b
Octal25632131221032225034113
Binary101011101101000111001010100010111001010101000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1CA; }

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

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

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

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

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

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

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

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