#AECDDB

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

Shades of French Pass #AECDDB

Tints of French Pass #AECDDB

Color information

#AECDDB (or 0xAECDDB) is unknown color: approx French Pass. HEX triplet: AE, CD and DB. RGB value is (174,205,219). Sum of RGB (Red+Green+Blue) = 174+205+219=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #AECDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDDB is #513224. Grayscale: #C5C5C5. Windows color (decimal): -5321253 or 14405038. OLE color: 14405038.

HSL color Cylindrical-coordinate representation of color #AECDDB: hue angle of 198.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECDDB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174205219-
CMYK0.210.0600.14
HSL198.67º38.46%77.06%-
HSV(B)198.67º20.55%85.88%-
XYZ52.0757.7875.43-
YUV197.33140.23111.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=29.10%
G=34.28%
B=36.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742052190.210.0600.14198.6738.4677.06
HexAECDDB1560Ec7264d
Octal25631533325601630746115
Binary1010111011001101110110111010111001110110001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDDB; }

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

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

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

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

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

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

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

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