#AED1DE

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

Shades of French Pass #AED1DE

Tints of French Pass #AED1DE

Color information

#AED1DE (or 0xAED1DE) is unknown color: approx French Pass. HEX triplet: AE, D1 and DE. RGB value is (174,209,222). Sum of RGB (Red+Green+Blue) = 174+209+222=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1DE is #512E21. Grayscale: #C7C7C7. Windows color (decimal): -5320226 or 14602670. OLE color: 14602670.

HSL color Cylindrical-coordinate representation of color #AED1DE: hue angle of 196.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED1DE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174209222-
CMYK0.220.0600.13
HSL196.25º42.11%77.65%-
HSV(B)196.25º21.62%87.06%-
XYZ53.4459.8777.85-
YUV200.02140.4109.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 209 (82.03% from 255) = 34.55%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=28.76%
G=34.55%
B=36.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742092220.220.0600.13196.2542.1177.65
HexAED1DE1660Dc42a4e
Octal25632133626601530452116
Binary1010111011010001110111101011011001101110001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1DE; }

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

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

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

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

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

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

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

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