#AECDDE

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

Shades of French Pass #AECDDE

Tints of French Pass #AECDDE

Color information

#AECDDE (or 0xAECDDE) is unknown color: approx French Pass. HEX triplet: AE, CD and DE. RGB value is (174,205,222). Sum of RGB (Red+Green+Blue) = 174+205+222=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #AECDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDDE is #513221. Grayscale: #C5C5C5. Windows color (decimal): -5321250 or 14601646. OLE color: 14601646.

HSL color Cylindrical-coordinate representation of color #AECDDE: hue angle of 201.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECDDE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174205222-
CMYK0.220.0800.13
HSL201.25º42.11%77.65%-
HSV(B)201.25º21.62%87.06%-
XYZ52.4757.9477.52-
YUV197.67141.73111.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=28.95%
G=34.11%
B=36.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742052220.220.0800.13201.2542.1177.65
HexAECDDE1680Dc92a4e
Octal256315336261001531152116
Binary10101110110011011101111010110100001101110010011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDDE; }

 p { color: rgb(174,205,222); }

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

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

 a { background-color: rgb(174,205,222); }

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

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

 span { border-color: rgb(174,205,222); }

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