#AED2DD

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

Shades of French Pass #AED2DD

Tints of French Pass #AED2DD

Color information

#AED2DD (or 0xAED2DD) is unknown color: approx French Pass. HEX triplet: AE, D2 and DD. RGB value is (174,210,221). Sum of RGB (Red+Green+Blue) = 174+210+221=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #AED2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DD is #512D22. Grayscale: #C8C8C8. Windows color (decimal): -5319971 or 14537390. OLE color: 14537390.

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

Color convert

RGB174210221-
CMYK0.210.0500.13
HSL194.04º40.87%77.45%-
HSV(B)194.04º21.27%86.67%-
XYZ53.5560.3177.23-
YUV200.49139.57109.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=28.76%
G=34.71%
B=36.53%

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
Decimal1742102210.210.0500.13194.0440.8777.45
HexAED2DD1550Dc2294d
Octal25632233525501530251115
Binary1010111011010010110111011010110101101110000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2DD; }

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

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

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

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

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

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

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

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