#AECBDC

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

Shades of French Pass #AECBDC

Tints of French Pass #AECBDC

Color information

#AECBDC (or 0xAECBDC) is unknown color: approx French Pass. HEX triplet: AE, CB and DC. RGB value is (174,203,220). Sum of RGB (Red+Green+Blue) = 174+203+220=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBDC is #513423. Grayscale: #C4C4C4. Windows color (decimal): -5321764 or 14470062. OLE color: 14470062.

HSL color Cylindrical-coordinate representation of color #AECBDC: hue angle of 202.17º degrees, saturation: 0.4, 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 #AECBDC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174203220-
CMYK0.210.0800.14
HSL202.17º39.66%77.25%-
HSV(B)202.17º20.91%86.27%-
XYZ51.7356.8875.96-
YUV196.27141.39112.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=29.15%
G=34.00%
B=36.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742032200.210.0800.14202.1739.6677.25
HexAECBDC1580Eca284d
Octal256313334251001631250115
Binary10101110110010111101110010101100001110110010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBDC; }

 p { color: rgb(174,203,220); }

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

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

 a { background-color: rgb(174,203,220); }

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

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

 span { border-color: rgb(174,203,220); }

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