#AED0DC

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

Shades of French Pass #AED0DC

Tints of French Pass #AED0DC

Color information

#AED0DC (or 0xAED0DC) is unknown color: approx French Pass. HEX triplet: AE, D0 and DC. RGB value is (174,208,220). Sum of RGB (Red+Green+Blue) = 174+208+220=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0DC is #512F23. Grayscale: #C7C7C7. Windows color (decimal): -5320484 or 14471342. OLE color: 14471342.

HSL color Cylindrical-coordinate representation of color #AED0DC: hue angle of 195.65º 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 #AED0DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174208220-
CMYK0.210.0500.14
HSL195.65º39.66%77.25%-
HSV(B)195.65º20.91%86.27%-
XYZ52.9359.2876.36-
YUV199.2139.74110.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 208 (81.64% from 255) = 34.55%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=28.90%
G=34.55%
B=36.54%

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
Decimal1742082200.210.0500.14195.6539.6677.25
HexAED0DC1550Ec4284d
Octal25632033425501630450115
Binary1010111011010000110111001010110101110110001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0DC; }

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

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

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

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

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

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

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

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