#AED4DC

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

Shades of French Pass #AED4DC

Tints of French Pass #AED4DC

Color information

#AED4DC (or 0xAED4DC) is unknown color: approx French Pass. HEX triplet: AE, D4 and DC. RGB value is (174,212,220). Sum of RGB (Red+Green+Blue) = 174+212+220=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DC is #512B23. Grayscale: #C9C9C9. Windows color (decimal): -5319460 or 14472366. OLE color: 14472366.

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

Color convert

RGB174212220-
CMYK0.210.0400.14
HSL190.43º39.66%77.25%-
HSV(B)190.43º20.91%86.27%-
XYZ53.9261.2576.69-
YUV201.55138.41108.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=28.71%
G=34.98%
B=36.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742122200.210.0400.14190.4339.6677.25
HexAED4DC1540Ebe284d
Octal25632433425401627650115
Binary1010111011010100110111001010110001110101111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED4DC; }

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

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

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

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

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

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

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

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