#AED1DC

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

Shades of French Pass #AED1DC

Tints of French Pass #AED1DC

Color information

#AED1DC (or 0xAED1DC) is unknown color: approx French Pass. HEX triplet: AE, D1 and DC. RGB value is (174,209,220). Sum of RGB (Red+Green+Blue) = 174+209+220=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1DC is #512E23. Grayscale: #C7C7C7. Windows color (decimal): -5320228 or 14471598. OLE color: 14471598.

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

Color convert

RGB174209220-
CMYK0.210.0500.14
HSL194.35º39.66%77.25%-
HSV(B)194.35º20.91%86.27%-
XYZ53.1759.7776.44-
YUV199.79139.4109.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 209 (82.03% from 255) = 34.66%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=28.86%
G=34.66%
B=36.48%

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
Decimal1742092200.210.0500.14194.3539.6677.25
HexAED1DC1550Ec2284d
Octal25632133425501630250115
Binary1010111011010001110111001010110101110110000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1DC; }

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

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

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

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

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

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

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

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