#AED2DC

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

Shades of French Pass #AED2DC

Tints of French Pass #AED2DC

Color information

#AED2DC (or 0xAED2DC) is unknown color: approx French Pass. HEX triplet: AE, D2 and DC. RGB value is (174,210,220). Sum of RGB (Red+Green+Blue) = 174+210+220=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DC is #512D23. Grayscale: #C8C8C8. Windows color (decimal): -5319972 or 14471854. OLE color: 14471854.

HSL color Cylindrical-coordinate representation of color #AED2DC: hue angle of 193.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED2DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174210220-
CMYK0.210.0500.14
HSL193.04º39.66%77.25%-
HSV(B)193.04º20.91%86.27%-
XYZ53.4260.2676.53-
YUV200.38139.07109.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=28.81%
G=34.77%
B=36.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742102200.210.0500.14193.0439.6677.25
HexAED2DC1550Ec1284d
Octal25632233425501630150115
Binary1010111011010010110111001010110101110110000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2DC; }

 p { color: rgb(174,210,220); }

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

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

 a { background-color: rgb(174,210,220); }

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

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

 span { border-color: rgb(174,210,220); }

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