#AED2D7

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

Shades of French Pass #AED2D7

Tints of French Pass #AED2D7

Color information

#AED2D7 (or 0xAED2D7) is unknown color: approx French Pass. HEX triplet: AE, D2 and D7. RGB value is (174,210,215). Sum of RGB (Red+Green+Blue) = 174+210+215=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #AED2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2D7 is #512D28. Grayscale: #C7C7C7. Windows color (decimal): -5319977 or 14144174. OLE color: 14144174.

HSL color Cylindrical-coordinate representation of color #AED2D7: hue angle of 187.32º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED2D7 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174210215-
CMYK0.190.0200.16
HSL187.32º33.88%76.27%-
HSV(B)187.32º19.07%84.31%-
XYZ52.776073.09-
YUV199.81136.57109.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 215 (84.38% from 255) = 35.89%
R=29.05%
G=35.06%
B=35.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742102150.190.0200.16187.3233.8876.27
HexAED2D7132010bb224c
Octal25632232723202027342114
Binary1010111011010010110101111001110010000101110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2D7; }

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

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

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

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

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

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

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

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