#AED1DD

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

Shades of French Pass #AED1DD

Tints of French Pass #AED1DD

Color information

#AED1DD (or 0xAED1DD) is unknown color: approx French Pass. HEX triplet: AE, D1 and DD. RGB value is (174,209,221). Sum of RGB (Red+Green+Blue) = 174+209+221=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #AED1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1DD is #512E22. Grayscale: #C7C7C7. Windows color (decimal): -5320227 or 14537134. OLE color: 14537134.

HSL color Cylindrical-coordinate representation of color #AED1DD: hue angle of 195.32º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED1DD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174209221-
CMYK0.210.0500.13
HSL195.32º40.87%77.45%-
HSV(B)195.32º21.27%86.67%-
XYZ53.3159.8277.14-
YUV199.9139.9109.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 209 (82.03% from 255) = 34.60%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=28.81%
G=34.60%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742092210.210.0500.13195.3240.8777.45
HexAED1DD1550Dc3294d
Octal25632133525501530351115
Binary1010111011010001110111011010110101101110000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1DD; }

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

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

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

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

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

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

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

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