#AED3DC

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

Shades of French Pass #AED3DC

Tints of French Pass #AED3DC

Color information

#AED3DC (or 0xAED3DC) is unknown color: approx French Pass. HEX triplet: AE, D3 and DC. RGB value is (174,211,220). Sum of RGB (Red+Green+Blue) = 174+211+220=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3DC is #512C23. Grayscale: #C8C8C8. Windows color (decimal): -5319716 or 14472110. OLE color: 14472110.

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

Color convert

RGB174211220-
CMYK0.210.0400.14
HSL191.74º39.66%77.25%-
HSV(B)191.74º20.91%86.27%-
XYZ53.6760.7576.61-
YUV200.96138.74108.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 211 (82.81% from 255) = 34.88%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=28.76%
G=34.88%
B=36.36%

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
Decimal1742112200.210.0400.14191.7439.6677.25
HexAED3DC1540Ec0284d
Octal25632333425401630050115
Binary1010111011010011110111001010110001110110000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED3DC; }

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

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

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

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

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

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

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

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