#AECCDC

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

Shades of French Pass #AECCDC

Tints of French Pass #AECCDC

Color information

#AECCDC (or 0xAECCDC) is unknown color: approx French Pass. HEX triplet: AE, CC and DC. RGB value is (174,204,220). Sum of RGB (Red+Green+Blue) = 174+204+220=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCDC is #513323. Grayscale: #C4C4C4. Windows color (decimal): -5321508 or 14470318. OLE color: 14470318.

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

Color convert

RGB174204220-
CMYK0.210.0700.14
HSL200.87º39.66%77.25%-
HSV(B)200.87º20.91%86.27%-
XYZ51.9757.3576.04-
YUV196.85141.06111.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=29.10%
G=34.11%
B=36.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742042200.210.0700.14200.8739.6677.25
HexAECCDC1570Ec9284d
Octal25631433425701631150115
Binary1010111011001100110111001010111101110110010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCDC; }

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

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

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

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

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

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

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

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