#ACCDDC

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

Shades of French Pass #ACCDDC

Tints of French Pass #ACCDDC

Color information

#ACCDDC (or 0xACCDDC) is unknown color: approx French Pass. HEX triplet: AC, CD and DC. RGB value is (172,205,220). Sum of RGB (Red+Green+Blue) = 172+205+220=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 205 (80.47% from 255 or 34.34% 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 #ACCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDDC is #533223. Grayscale: #C4C4C4. Windows color (decimal): -5452324 or 14470572. OLE color: 14470572.

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

Color convert

RGB172205220-
CMYK0.220.0700.14
HSL198.75º40.68%76.86%-
HSV(B)198.75º21.82%86.27%-
XYZ51.7657.676.1-
YUV196.84141.07110.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=28.81%
G=34.34%
B=36.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722052200.220.0700.14198.7540.6876.86
HexACCDDC1670Ec7294d
Octal25431533426701630751115
Binary1010110011001101110111001011011101110110001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDDC; }

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

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

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

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

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

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

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

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