#AECDD7

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

Shades of French Pass #AECDD7

Tints of French Pass #AECDD7

Color information

#AECDD7 (or 0xAECDD7) is unknown color: approx French Pass. HEX triplet: AE, CD and D7. RGB value is (174,205,215). Sum of RGB (Red+Green+Blue) = 174+205+215=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD7 is #513228. Grayscale: #C4C4C4. Windows color (decimal): -5321257 or 14142894. OLE color: 14142894.

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

Color convert

RGB174205215-
CMYK0.190.0500.16
HSL194.63º33.88%76.27%-
HSV(B)194.63º19.07%84.31%-
XYZ51.5557.5772.68-
YUV196.87138.23111.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=29.29%
G=34.51%
B=36.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742052150.190.0500.16194.6333.8876.27
HexAECDD7135010c3224c
Octal25631532723502030342114
Binary10101110110011011101011110011101010000110000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDD7; }

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

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

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

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

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

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

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

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