#ACCEDC

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

Shades of French Pass #ACCEDC

Tints of French Pass #ACCEDC

Color information

#ACCEDC (or 0xACCEDC) is unknown color: approx French Pass. HEX triplet: AC, CE and DC. RGB value is (172,206,220). Sum of RGB (Red+Green+Blue) = 172+206+220=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 206 (80.86% from 255 or 34.45% 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 #ACCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEDC is #533123. Grayscale: #C5C5C5. Windows color (decimal): -5452068 or 14470828. OLE color: 14470828.

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

Color convert

RGB172206220-
CMYK0.220.0600.14
HSL197.5º40.68%76.86%-
HSV(B)197.5º21.82%86.27%-
XYZ5258.0876.18-
YUV197.43140.74109.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=28.76%
G=34.45%
B=36.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722062200.220.0600.14197.540.6876.86
HexACCEDC1660Ec6294d
Octal25431633426601630651115
Binary1010110011001110110111001011011001110110001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEDC; }

 p { color: rgb(172,206,220); }

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

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

 a { background-color: rgb(172,206,220); }

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

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

 span { border-color: rgb(172,206,220); }

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