#AED0DE

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

Shades of French Pass #AED0DE

Tints of French Pass #AED0DE

Color information

#AED0DE (or 0xAED0DE) is unknown color: approx French Pass. HEX triplet: AE, D0 and DE. RGB value is (174,208,222). Sum of RGB (Red+Green+Blue) = 174+208+222=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0DE is #512F21. Grayscale: #C7C7C7. Windows color (decimal): -5320482 or 14602414. OLE color: 14602414.

HSL color Cylindrical-coordinate representation of color #AED0DE: hue angle of 197.5º 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 #AED0DE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174208222-
CMYK0.220.0600.13
HSL197.5º42.11%77.65%-
HSV(B)197.5º21.62%87.06%-
XYZ53.259.3877.77-
YUV199.43140.74109.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=28.81%
G=34.44%
B=36.75%

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
Decimal1742082220.220.0600.13197.542.1177.65
HexAED0DE1660Dc62a4e
Octal25632033626601530652116
Binary1010111011010000110111101011011001101110001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0DE; }

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

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

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

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

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

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

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

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