#AED1DA

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

Shades of French Pass #AED1DA

Tints of French Pass #AED1DA

Color information

#AED1DA (or 0xAED1DA) is unknown color: approx French Pass. HEX triplet: AE, D1 and DA. RGB value is (174,209,218). Sum of RGB (Red+Green+Blue) = 174+209+218=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #AED1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1DA is #512E25. Grayscale: #C7C7C7. Windows color (decimal): -5320230 or 14340526. OLE color: 14340526.

HSL color Cylindrical-coordinate representation of color #AED1DA: hue angle of 192.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED1DA is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174209218-
CMYK0.200.0400.15
HSL192.27º37.29%76.86%-
HSV(B)192.27º20.18%85.49%-
XYZ52.9159.6675.06-
YUV199.56138.4109.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=28.95%
G=34.78%
B=36.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742092180.200.0400.15192.2737.2976.86
HexAED1DA1440Fc0254d
Octal25632133224401730045115
Binary1010111011010001110110101010010001111110000001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1DA; }

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

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

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

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

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

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

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

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